[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs1061-7.cs
blobdca11b0a50e082bf96e8e517eb21e3ba32d4b1af
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 an assembly reference?
2 // Line: 9
5 public class M
7 public static void Main ()
9 1.Foo ("foo");