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

           Summary: [GMCS] Tokenizer problem?
           Product: Mono: Compilers
           Version: unspecified
          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: ---


This is very strange.

public class test {
    public bool check(object from, object to) {
        if (from is int && to is int) return true;
        return false;
    }
}

$ gmcs -t:library test.cs
test.cs(3,18): error CS0103: The name `isom' does not exist in the current
context

isom?!


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

Reply via email to