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 8700057 commit ab5b93fCopy full SHA for ab5b93f
usvm-dataflow-ts/src/main/kotlin/org/usvm/dataflow/ts/infer/ForwardFlowFunctions.kt
@@ -452,6 +452,7 @@ class ForwardFlowFunctions(
452
returnSite: EtsStmt,
453
): FlowFunction<ForwardTypeDomainFact> = FlowFunction { fact ->
454
when (fact) {
455
+ // TODO: add known return type of the function call
456
Zero -> listOf(Zero)
457
is TypedVariable -> call(callStatement, fact)
458
}
0 commit comments