[Mono-bugs] [Bug 337719] New: [GMCS] Tokenizer problem?

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 30 00:49:51 EDT 2007


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: rharinath at novell.com
        ReportedBy: sanxiyn at gmail.com
         QAContact: mono-bugs at ximian.com
          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.


More information about the mono-bugs mailing list