2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / 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);