syntax: remove last usages of `=` in one liner function
[nit.git] / tests / base_var_type_evolution_null3.nit
index a1ae9ca..972b2e5 100644 (file)
@@ -31,7 +31,7 @@ class G[A: nullable Object]
                _a = a
        end
 
-       fun na: nullable A = _a
+       fun na: nullable A do return _a
 
        fun run2
        do