src/doc: rename `tpl_link` into `html_link` and use bootstrap template
[nit.git] / tests / base_attr_lazy.nit
index d271411..6449ce9 100644 (file)
@@ -26,6 +26,7 @@ class Foo
                return 20
        end
        #alt1#var a3: Object is lazy
+       #alt2#fun a4: Object is lazy
 end
 
 var f = new Foo