builtin: fix warnings for tests inside vlib/builtin/js

This commit is contained in:
Delyan Angelov 2022-01-30 16:36:56 +02:00
parent f6cb772347
commit 96c8188083
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
4 changed files with 9 additions and 1 deletions

View file

@ -372,6 +372,9 @@ fn test_map_assign() {
'r': u16(6)
's': 5
}}
println(a)
println(b)
println(c)
}
fn test_postfix_op_directly() {