Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / base_simple2.nit
index 9796cff..df242f1 100644 (file)
@@ -16,7 +16,7 @@
 
 import end
 
-class Object
+interface Object
 end
 
 class Int
@@ -44,7 +44,7 @@ class A
 end
 
 class B
-special A
+       super A
        redef fun bar(i: Int)
        do
                i.output