Merge branches 'fix_doc', 'general_for' and 'mmbuilder_fixes_and_tests' into wip
[nit.git] / tests / base_isa_cast4.nit
index ebc1a27..65ae3d6 100644 (file)
@@ -21,7 +21,7 @@ class A
 end
 
 class B
-special A
+       super A
        fun foo(i: Int) do i.output
        init do end
 end