2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1061.cs
blob3c7d0ff0644653a3a3b002295b38e76faa194b21
1 // CS1061: Type `int' does not contain a definition for `Foo' and no extension method `Foo' of type `int' could be found (are you missing a using directive or an assembly reference?)
2 // Line: 9
5 public class M
7 public static void Main ()
9 1.Foo ("foo");