* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs1501-12.cs
blobe1dba1fb69d34d3d60576ca2fc8e8d8c2e38928c
1 // CS1501: No overload for method `A.Foo' 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");