[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0527-2.cs
index 991f21e886f7ef551bc45c70452ac132ae815496..b89e498c6af186f8aad117973e5b11fd66ab14f4 100644 (file)
@@ -1,8 +1,8 @@
-// cs0146.cs: Circular base class dependency involving 'B' and 'A'
-// Line: 7
+// CS0527: Type `B' in interface list is not an interface
+// Line: 4
 
 struct A : B {
 }
 
 struct B : A {
-}
\ No newline at end of file
+}