Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs0037.cs
index 0dd93e9a1afde95fd0ca2472b4c84f89ebad0df3..988137b5c0060525a8b6b4cf6eac4eae8a3aeffd 100644 (file)
@@ -1,4 +1,4 @@
-// cs0037.cs: Cannot convert null to `S' because it is a value type
+// CS0037: Cannot convert null to `S' because it is a value type
 // Line: 10
 struct S {
        int a;