update NOTICE and LICENSE
[nit.git] / tests / base_inline_nested.nit
index f25b454..44867dd 100644 (file)
@@ -23,7 +23,7 @@ interface Inline__
 end
 
 class A
-special Inline__
+       super Inline__
        redef fun bar do return 20
        redef fun baz do bar.output
 end