tests: make Object an interface to avoid constructor conflict
authorJean Privat <jean@pryen.org>
Tue, 16 Oct 2012 17:21:57 +0000 (13:21 -0400)
committerJean Privat <jean@pryen.org>
Wed, 17 Oct 2012 13:17:19 +0000 (09:17 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/base_simple2.nit
tests/module_0.nit

index 3c4c556..df242f1 100644 (file)
@@ -16,7 +16,7 @@
 
 import end
 
-class Object
+interface Object
 end
 
 class Int
index f000062..5e06135 100644 (file)
@@ -16,7 +16,7 @@
 
 import end
 
-class Object
+interface Object
        fun output 
        do
                0.output