Add default values for some primitive type attributes.
[nit.git] / tests / test_create.nit
index 0ccd49b..2eea360 100644 (file)
@@ -31,7 +31,9 @@ class Toto
        end
 
        init
-       do end
+       do 
+               _a = 0
+       end
 
        init foo
        do