https://bugzilla.novell.com/show_bug.cgi?id=638585

https://bugzilla.novell.com/show_bug.cgi?id=638585#c0


           Summary: Csharp repl reports incorrect using statement every
                    next using statement too.
    Classification: Mono
           Product: Mono: Compilers
           Version: 1.2.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.8
(KHTML, like Gecko) Ubuntu/10.04 Chromium/7.0.520.0 Chrome/7.0.520.0
Safari/534.8

Mono JIT compiler version 2.8.1 (master/b2b1e43 Wed Sep  8 23:37:56 CEST 2010),
csharp from the same build.

Reproducible: Always

Steps to Reproduce:
Redo the following session:

Hereunder the script of a test session:
csharp> using X;
{interactive}(1,8): error CS0246: The type or namespace name `X' could not be
found. Are you missing a using directive or an assembly reference?
csharp> using System;
{interactive}(1,8): error CS0246: The type or namespace name `X' could not be
found. Are you missing a using directive or an assembly reference?
csharp> version;
csharp> using Y;
{interactive}(1,8): error CS0246: The type or namespace name `X' could not be
found. Are you missing a using directive or an assembly reference?
{interactive}(1,8): error CS0246: The type or namespace name `Y' could not be
found. Are you missing a using directive or an assembly reference?
csharp> using System; 
{interactive}(1,8): error CS0246: The type or namespace name `X' could not be
found. Are you missing a using directive or an assembly reference?
{interactive}(1,8): error CS0246: The type or namespace name `Y' could not be
found. Are you missing a using directive or an assembly reference?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to