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

gtest-autoproperty-15.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e74266fffbc873227b730e34120b86b3f85ccc37 (plain)
1
2
3
4
5
6
7
8
public class C
{
	public virtual int A { get; private set; }

	public static void Main ()
	{
	}
}