X-Git-Url: http://nitlanguage.org diff --git a/tests/base_attr_isset.nit b/tests/base_attr_isset.nit index bb60f8f..bc5ab98 100644 --- a/tests/base_attr_isset.nit +++ b/tests/base_attr_isset.nit @@ -19,12 +19,12 @@ import end interface Object end -universal Int +enum Int fun output is intern fun +(o: Int): Int is intern end -universal Bool +enum Bool fun output is intern end @@ -63,7 +63,7 @@ class Foo end class Bar -special Foo + super Foo var _a3: Integer#!alt1# #!alt2# #alt1#var _a3: Integer = new Integer(9000) #alt2#var _a3: nullable Integer @@ -94,7 +94,7 @@ special Foo end class Baz -special Foo + super Foo end #alt4# var b2 = new Baz