lib: intro `Float.lerp` for simple linear interpolation
[nit.git] / tests / error_ref_attr.nit
index 5d5b0ff..3022e6d 100644 (file)
@@ -17,5 +17,5 @@
 import module_simple
 
 redef class C
-       redef attr _a: Int
+       redef var a: Int
 end