This commit is contained in:
allexanderbergmns
2026-08-25 18:03:03 +02:00
parent 3e1e9bd08a
commit 68b3a3673c
15 changed files with 402 additions and 8 deletions
+1
View File
@@ -121,6 +121,7 @@ fn (mut v Vm) trace_op(op u8) {
op_varargs { 'varargs' }
op_str_method { 'str_method' }
op_push_none { 'push_none' }
op_in { 'in' }
else { '??' }
}
mut s := ''