Flush (work in progress)
[mono.git] / mcs / errors / gcs0146.cs
index 4c64ef6e73222595ccd0b59ea24645e333fc9fb5..0a164dba475cb59a02bc1e9f4d05f230203c3878 100644 (file)
@@ -1,4 +1,4 @@
-// gcs0146.cs: Circular base class dependency involving `B<T>' and `A<T>'
+// CS0146: Circular base class dependency involving `B<T>' and `A<float>'
 // Line: 8
 
 class A<T> : B<int>