src/doc: rename `tpl_link` into `html_link` and use bootstrap template
[nit.git] / tests / base_inline_nested.nit
index 44867dd..90d344a 100644 (file)
@@ -18,7 +18,7 @@ import kernel
 
 interface Inline__
        fun foo do bar.output
-       fun bar: Int = 2
+       fun bar: Int do return 2
        fun baz is abstract
 end