[Mono-bugs] [Bug 425829] New: Missing CS1597: Semicolon after method or accessor block is not valid

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 12 08:17:33 EDT 2008


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


           Summary: Missing CS1597: Semicolon after method or accessor block
                    is not valid
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


// CS1597: Semicolon after method or accessor block is not valid
// Line: 9

class C
{
        public static void Main ()
        {
        };
}


// CS1597: Semicolon after method or accessor block is not valid
// Line: 8

class C
{
        public int Foo {
                get {
                };
        }
}


-- 
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.


More information about the mono-bugs mailing list