summaryrefslogtreecommitdiff
path: root/mcs/errors/CS0122-14-lib.cs
blob: b3c92a9c1a0dcfeef924adb06d35787445f8ad55 (plain)
1
2
3
4
public class Test
{
	protected const int SomeValue = -1;
}