codeowners update
[mono.git] / mcs / tests / test-414-lib.cs
1 // Compiler options: -t:library
2 //
3 // First file of a 2-test file to check for #69361
4 // 
5 public class AA
6 {
7         internal protected virtual string Data {
8                 get { return null; }
9         }
10 }