2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-414-lib.cs
blob7bdbb1cddde39b737e07d47bc067f7406ec3a619
1 // Compiler options: -t:library
2 //
3 // First file of a 2-test file to check for #69361
4 //
5 public class AA
7 internal protected virtual string Data {
8 get { return null; }