nitc :: NitUnitGenerator :: gen_decl
private fun gen_decl(name: String, mtype: MType, mclassdef: MClassDef): String do if mtype.need_anchor then mtype = mtype.anchor_to(mclassdef.mmodule, mclassdef.bound_mtype) end return "\t\tvar {name}: {mtype.to_s}" end