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; } } }