src/doc: rename `tpl_link` into `html_link` and use bootstrap template
[nit.git] / tests / error_super_none.nit
index bcadc86..aeddbd9 100644 (file)
@@ -16,7 +16,7 @@
 
 import kernel
 class A
-       meth foo
+       fun foo
        do
                super
        end