tests: Fix tests
[nit.git] / tests / base_attr_nullable.nit
index ae29324..112f86b 100644 (file)
@@ -26,7 +26,6 @@ end
 
 class Integer
        var val: Int
-       init(val: Int) do _val = val
        fun output do _val.output
 end