[bcl] Update BCL Linked Size
[mono-project.git] / mcs / tests / test-470.cs
blob1dc30703d7c6369a56965d9c97c92f244cc15680
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 public static void Main ()