nitcc:: when removing a reduction in S/R, notify the token to not generate the reduce...
[nit.git] / tests / module_simple.nit
index ba9dc49..c56e2dd 100644 (file)
@@ -28,5 +28,5 @@ class C
        super B
        fun r(x: B) do end
        fun s: B do return self end
-       var _a: B
+       var a: B
 end