[mcs] C#7 out variable declaration
[mono.git] / mcs / errors / cs0037-6.cs
index bc5e3679fa8c55ae2b0b33385dff97d4e6d9cdc0..6e550a45cbf1c144612b0dd32b43eec47cd78c66 100644 (file)
@@ -1,4 +1,4 @@
-// cs0037.cs: Cannot convert null to `bool' because it is a value type
+// CS0037: Cannot convert null to `bool' because it is a value type
 // Line: 13
 
 using System;