X-Git-Url: http://nitlanguage.org diff --git a/tests/base_attr_def.nit b/tests/base_attr_def.nit index 17da0d3..ecab175 100644 --- a/tests/base_attr_def.nit +++ b/tests/base_attr_def.nit @@ -16,7 +16,7 @@ import end -class Object +interface Object end class Int @@ -32,7 +32,8 @@ class Foo a2.output end - init + init is + old_style_init do a1 = 1 a2 = 2 @@ -49,7 +50,8 @@ class Bar a3.output end - init + init is + old_style_init do a1 = 10 a2 = 20