tests: use enum instead of universal
[nit.git] / tests / base_attr_nullable.nit
index 8961bbb..b662cad 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