summaryrefslogtreecommitdiff
path: root/mcs/tests/test-414-lib.cs
blob: 7bdbb1cddde39b737e07d47bc067f7406ec3a619 (plain)
1
2
3
4
5
6
7
8
9
10
// Compiler options: -t:library
//
// First file of a 2-test file to check for #69361
// 
public class AA
{
	internal protected virtual string Data {
		get { return null; }
	}
}