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:
@ -1,5 +1,7 @@
|
||||
module builtin
|
||||
|
||||
type byte = u8
|
||||
|
||||
pub fn (i i8) str() string {
|
||||
mut res := ''
|
||||
#res.str = i.val.toString()
|
||||
|
Reference in New Issue
Block a user