scope: refuse `&x` where x is a local variable
[nit.git] / tests / base_var_type_evolution_null3.nit
index 972b2e5..22b36aa 100644 (file)
@@ -17,7 +17,7 @@
 import kernel
 
 class G[A: nullable Object]
-       var _a: A
+       var a: A
        init (a: A) do _a = a
 
        fun run