* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / CS0619-33-lib.cs
1 public class Error
2 {
3     [System.ObsoleteAttribute ("Obsolete method", true)]
4     public void Report (string arg) {}
5 }