X-Git-Url: http://nitlanguage.org diff --git a/tests/base_attr_nullable_int.nit b/tests/base_attr_nullable_int.nit index d71916e..8e10a92 100644 --- a/tests/base_attr_nullable_int.nit +++ b/tests/base_attr_nullable_int.nit @@ -19,7 +19,7 @@ import end interface Object end -universal Int +enum Int fun output is intern fun +(o: Int): Int is intern end @@ -51,7 +51,7 @@ class Foo end class Bar -special Foo + super Foo var _a3: Int redef fun run do