tests: remove remaining old-style attributes declarations
[nit.git] / tests / base_nullable.nit
index fe19a24..078421c 100644 (file)
@@ -17,7 +17,7 @@
 import kernel
 
 class A
-       var _i: Int
+       var i: Int
        init (i: Int) do _i = i
        redef fun output do _i.output
 end