[mcs] Add expression bodied syntax for accessors. Fixes #54991
[mono.git] / mcs / errors / cs0529.cs
index 6dd0bb09df0fe2429332a88b2bd3cab95c683d67..25a7de82f7afa86cc7c27efadbe9ecb92bbb0aa2 100644 (file)
@@ -1,4 +1,4 @@
-// cs0529: Inherited interface 'C' causes a cycle in the interface hierarchy of 'A'
+// CS0529: Inherited interface `C' causes a cycle in the interface hierarchy of `A'
 // Line: 10
 
 interface A : B {
@@ -8,4 +8,4 @@ interface B : C {
 }
 
 interface C : A {
-}
\ No newline at end of file
+}