[runtime] Avoid indirection when building MonoContext on darwin
[mono.git] / mcs / errors / CS1702-lib.cs
1 public class A
2 {
3         public static void Test (B b)
4         {
5         }
6 }