Updated `tests/syntax_callref.nit`
[nit.git] / tests / base_orelse.nit
index c02495c..2124b55 100644 (file)
@@ -15,7 +15,7 @@
 import kernel
 
 class A
-       readable writable var _i: Int
+       var i: Int
 end
 
 var a: nullable A = new A(1)