We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fdd90 commit 0ba5f07Copy full SHA for 0ba5f07
usvm-ts/src/main/kotlin/org/usvm/machine/interpreter/TsInterpreter.kt
@@ -101,7 +101,7 @@ class TsInterpreter(
101
ctx.mkTruthyExpr(expr, scope)
102
}
103
104
- val (negStmt, posStmt) = applicationGraph.successors(stmt).take(2).toList()
+ val (posStmt, negStmt) = applicationGraph.successors(stmt).take(2).toList()
105
106
scope.forkWithBlackList(
107
boolExpr,
0 commit comments