Shouldn't select the text in this path.
[mono-project.git] / mcs / errors / cs0143.cs
blobf3f2b5061bd40f3b9c32b5f1db909e6829cfa026
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);