Flush (work in progress)
[mono.git] / mcs / errors / cs0146-3.cs
index eb5316f101e9c6e85f26ce9f1325d49fdf68dd59..f400b56faefa7d856aa6265ab0d425c46d6cd5f1 100644 (file)
@@ -1,4 +1,4 @@
-// cs0146-3.cs: Circular base class dependency involving `Foo.Bar' and `Foo'
+// CS0146: Circular base class dependency involving `Foo' and `Foo.Bar'
 // Line: 5
 
 class Foo : Foo.Bar {