Add default values for some primitive type attributes.
[nit.git] / tests / example_point.nit
index 1481487..c2363c2 100644 (file)
@@ -63,6 +63,7 @@ private
 
        init
        do
+               moveto(0, 0)
        end
 
        init at(x: Int, y: Int)