* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs0146.cs
index 8b81c046864e453fd4bb90bb8f29e738b1e41332..3627668c612c226318b3dd2ce0254c3af11b456e 100644 (file)
@@ -1,5 +1,6 @@
-// cs0146.cs: circular class definition
-// Line: 6
+// cs0146.cs: Circular base class dependency involving `B' and `A'
+// Line: 7
+
 class A : B {
 }