We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622d192 commit 36e0958Copy full SHA for 36e0958
usvm-ts/src/main/kotlin/org/usvm/machine/TsContext.kt
@@ -75,7 +75,7 @@ class TsContext(
75
76
val ref = createFakeObjectRef()
77
78
- scope.calcOnState {
+ scope.doWithState {
79
when (sort) {
80
boolSort -> {
81
val lvalue = getIntermediateBoolLValue(ref.address)
0 commit comments