mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix v.js
This commit is contained in:
@ -126,7 +126,7 @@ pub fn (b []byte) hex() string {
|
||||
return 'sdf'
|
||||
}
|
||||
|
||||
pub fn (arr mut array) _push_many(val voidptr, size int) {
|
||||
pub fn (arr mut array) push_many(val voidptr, size int) {
|
||||
}
|
||||
|
||||
pub fn free(voidptr) {
|
||||
|
Reference in New Issue
Block a user