Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs0198.cs
index 6b4524cc82294e50b81f2c7528701d0149c1e880..586d565a18b85ea83d1aaa5b269906fed0f4f82d 100644 (file)
@@ -1,4 +1,4 @@
-// cs0198.cs: A static readonly field cannot be assigned to (except in a static constructor or a variable initializer)
+// CS0198: A static readonly field `X.a' cannot be assigned to (except in a static constructor or a variable initializer)
 // Line: 8
 class X {
        static readonly int a;