2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / gcs1644-2.cs
blobec7b4849d46876c25232b312477267d41998b619
1 // cs1644.cs: Feature `generics' cannot be used because it is not part of the standardized ISO C# language specification
2 // Line: 5
3 // Compiler options: -langversion:ISO-1
5 class X<V>
9 class X
11 static void Main ()
12 { }