* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs0418.cs
1 // cs0418.cs: `TestClass': an abstract class cannot be sealed or static
2 // Line: 4
3
4 public abstract sealed class TestClass
5 {
6 }