summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1001-6.cs
blob: 5887be2e8abc31dbe1a139f370bda6c3bac9275e (plain)
1
2
3
4
5
6
7
8
9
// CS1001: Unexpected symbol `,', expecting identifier
// Line: 6

public class MonoRuntime
{
	public static void Main (A, B)
	{
	}
}