// 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 { } class X { static void Main () { } }