2005-04-12 Dick Porter <dick@ximian.com>
[mono.git] / mcs / tests / mtest-5-dll.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 }