[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0136-2.cs
index 6776a24d8d9ce0c5108286657711e31f5af9229a..63fb0cced54761c29f19aa5383b0068924dc972c 100644 (file)
@@ -1,5 +1,6 @@
-// cs0136-2.cs: A local variable named `j' cannot be declared in this scope because it would give a different meaning to `j', which is already used in a `parent or current' scope to denote something else
-// Line: 5
+// CS0136: A local variable named `j' cannot be declared in this scope because it would give a different meaning to `j', which is already used in a `parent or current' scope to denote something else
+// Line: 7
+
 class X {
        public static void Bar (int j, params int [] args)
        {