"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1729-12.cs
blob3c8ab7a0ab40ff72fee366e15349072cae237c96
1 // CS1729: The type `A.Foo' does not contain a constructor that takes `1' arguments
2 // Line: 15
4 public class A
6 public class Foo
11 class Example
13 public void Main(string[] args)
15 A a = new A.Foo ("test");