codeowners update
[mono.git] / mcs / errors / cs0161.cs
index d2516110a3e69210fe73c27fd5f78775e10a2252..1aeff37914806dec38423e89437b98f9b208aa1e 100644 (file)
@@ -1,5 +1,5 @@
-// cs0161.cs: `A.Main()': not all code paths return a value
-// Line: 
+// CS0161: `A.Main()': not all code paths return a value
+// Line: 6
 
 class A
 {