[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / gtest-exmethod-42.cs
blob37ba59d7554f88643bc4feeb028418337d1807cc
1 partial class C
3 public static void Foo (this int t)
8 static partial class C
10 public static void Foo ()
15 class Test
17 public static void Main ()
19 1.Foo ();