Merge pull request #4722 from alexanderkyte/checked_after
[mono.git] / mcs / errors / cs1001-5.cs
index b8dc58ecea004e0d1a5b327c2e35343fa6691442..4e7051208e7c5d6677873ae538941c7c5098bab4 100644 (file)
@@ -1,7 +1,7 @@
-// CS1001: Unexpected symbol `{', expecting identifier
+// CS1001: Unexpected symbol `}', expecting identifier
 // Line: 6
 
-public class SomeClass {
-       public void SomeMethod<T>() where
-       {}
-}
+public class Foo
+{
+    public event System.Collections.Generic.IList<int>
+}
\ No newline at end of file