1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: more gen.js fixes

This commit is contained in:
Delyan Angelov
2022-04-15 20:50:51 +03:00
parent 868d3e1008
commit bb2a324d61
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
module builtin
type byte = u8
pub fn (i i8) str() string {
mut res := ''
#res.str = i.val.toString()