We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576b0f8 commit 61c3519Copy full SHA for 61c3519
usvm-ts/src/main/kotlin/org/usvm/machine/interpreter/TsInterpreter.kt
@@ -536,8 +536,7 @@ class TsInterpreter(
536
537
memory.write(lValue, value.asExpr(lValue.sort), guard = trueExpr)
538
} else {
539
- // probably it is a enum, check for it
540
- error("TODO")
+ TODO("Support enums fields")
541
}
542
543
memory.write(lValue, expr.asExpr(lValue.sort), guard = trueExpr)
0 commit comments