X-Git-Url: http://nitlanguage.org diff --git a/tests/module_simple.nit b/tests/module_simple.nit index ba9dc49..c56e2dd 100644 --- a/tests/module_simple.nit +++ b/tests/module_simple.nit @@ -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