Skip to content

Commit 61c3519

Browse files
committed
Add todo
1 parent 576b0f8 commit 61c3519

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

usvm-ts/src/main/kotlin/org/usvm/machine/interpreter/TsInterpreter.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,7 @@ class TsInterpreter(
536536

537537
memory.write(lValue, value.asExpr(lValue.sort), guard = trueExpr)
538538
} else {
539-
// probably it is a enum, check for it
540-
error("TODO")
539+
TODO("Support enums fields")
541540
}
542541
} else {
543542
memory.write(lValue, expr.asExpr(lValue.sort), guard = trueExpr)

0 commit comments

Comments
 (0)