* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs0619-43.cs
1 // cs0619-43.cs: `Error.C' is obsolete: `Obsolete constant'
2 // Line: 6
3 // Compiler options: -reference:CS0619-43-lib.dll
4
5 class A {
6         public decimal C = Error.C;
7 }