[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs1729-11.cs
blob9a36998f34da54a4cafa0cf7dd13a50a34aef413
1 // CS1729: The type `int' does not contain a constructor that takes `1' arguments
2 // Line: 8
4 class C
6 static void Main ()
8 int i = new int(1);