mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
ci: more gen.js fixes
This commit is contained in:
parent
868d3e1008
commit
bb2a324d61
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
module builtin
|
||||
|
||||
type byte = u8
|
||||
|
||||
pub fn (i i8) str() string {
|
||||
mut res := ''
|
||||
#res.str = i.val.toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue