Merge pull request #3894 from akoeplinger/fix-actor
[mono.git] / mcs / errors / cs0500-2.cs
index c768f39e4c39db09bada79565068d4a56532dbc9..db73647ff454b20739345ed65b8421f74379001e 100644 (file)
@@ -1,4 +1,4 @@
-// cs0500.cs: `A.Foo' cannot declare a body because it is marked abstract
+// CS0500: `A.Foo.get' cannot declare a body because it is marked abstract
 // Line: 5
 
 public abstract class A {