src/doc: rename `tpl_link` into `html_link` and use bootstrap template
[nit.git] / tests / base_as_notnull.nit
index 5ab6412..ecd5018 100644 (file)
@@ -17,7 +17,7 @@
 import kernel
 
 class A
-       var _i: Int
+       var i: Int
        redef fun output do _i.output
        init(i: Int) do _i = i
 end