File tree Expand file tree Collapse file tree
usvm-ts/src/main/kotlin/org/usvm/machine Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,9 +106,11 @@ private fun TsExprResolver.processAmbiguousStaticMethod(
106106 returnSite = scope.calcOnState { lastStmt }
107107 )
108108 }
109- scope.forkMulti(concreteCalls.map { stmt ->
110- ctx.mkTrue() to { newStmt(stmt) }
111- })
109+ scope.forkMulti(
110+ concreteCalls.map { stmt ->
111+ ctx.mkTrue() to { newStmt(stmt) }
112+ }
113+ )
112114}
113115
114116private fun TsExprResolver.processUniqueStaticMethod (
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import org.jacodb.ets.model.EtsClassSignature
66import org.jacodb.ets.model.EtsMethod
77import org.jacodb.ets.utils.STATIC_INIT_METHOD_NAME
88import org.usvm.UBoolSort
9- import org.usvm.UExpr
109import org.usvm.UHeapRef
1110import org.usvm.collection.field.UFieldLValue
1211import org.usvm.isTrue
You can’t perform that action at this time.
0 commit comments