New tests and updates.
[mono.git] / mcs / errors / gcs1644-2.cs
index f06075a77915d88e45f6b4c9c8670a8ce0b5c8fa..ec7b4849d46876c25232b312477267d41998b619 100644 (file)
@@ -1,7 +1,13 @@
-// cs1644.cs: Feature 'generics' cannot be used because it is not part of the standardized ISO C# language specification
+// cs1644.cs: Feature `generics' cannot be used because it is not part of the standardized ISO C# language specification
 // Line: 5
 // Compiler options: -langversion:ISO-1
 
-class X<V> : V
+class X<V>
 {
 }
+
+class X
+{
+       static void Main ()
+       { }
+}