lib & examples: update modules using the java_package annotation
[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