summaryrefslogtreecommitdiff
path: root/mcs/errors/CS1702-lib.cs
blob: 7a4043f7dc4beccfa36e59a6e3a28494d4a52821 (plain)
1
2
3
4
5
6
public class A
{
	public static void Test (B b)
	{
	}
}