Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CS0122-14-lib.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3c92a9c1a0dcfeef924adb06d35787445f8ad55 (plain)
1
2
3
4
public class Test
{
	protected const int SomeValue = -1;
}