2009-06-04 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git] / mcs / tests / test-470.cs
blob5c5aba149b186c8f95d39a009117f2a3d57b0357
1 // This code must be compilable without any warning
2 // Compiler options: -warnaserror -warn:4
4 class X
6 public string ASTNodeTypeName
8 get
9 {
10 return typeof(int).FullName;;
15 class Demo {
16 static void Main ()