2005-06-27 Geoff Norton <gnorton@customerdna.com>
[mono-project.git] / mcs / errors / cs0143.cs
blobefb9866c65c7205c97aa0f038d5a7df77b6557d0
1 // cs0143.cs: The type 'int' has no constructors defined
2 // Line: 8
4 class C
6 static void Main ()
8 int i = new int(1);