2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1644.cs
bloba3504124a9ed33ed98198336e630743c1c18cfb9
1 // cs1644.cs: Feature `static classes' cannot be used because it is not part of the C# 1.0 language specification
2 // Line: 5
3 // Compiler options: -langversion:ISO-1
5 static class Class {