update NOTICE and LICENSE
[nit.git] / tests / base_attr_nullable_int.nit
index d71916e..8e10a92 100644 (file)
@@ -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