src/doc: clean signature HTML output with `html_signature` and `html_short_signature`
[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