tests: Object is an interface
[nit.git] / tests / test_prog / platform / platform.nit
index d474ea0..175e6fc 100644 (file)
@@ -18,7 +18,7 @@ module platform
 import end
 
 # Root of everything.
-class Object
+interface Object
        # Used for comparisons.
        type OTHER: nullable Object