[mcs] Add expression bodied syntax for accessors. Fixes #54991
[mono.git] / mcs / errors / cs0246-5.cs
index 55c5800508fdf9f4cf32e0f06f7b742bdfb27b7f..6c464629e7e3713573183893610b5e204438d864 100644 (file)
@@ -1,4 +1,4 @@
-// cs0246-5.cs: The type or namespace name `AAAA' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `AAAA' could not be found. Are you missing an assembly reference?
 // Line: 7
 
 using System;