tests: use enum instead of universal
[nit.git] / tests / base_attr_nullable_int.nit
index d71916e..e1de585 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