Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / CS1702-lib.cs
1 public class A
2 {
3         public static void Test (B b)
4         {
5         }
6 }