Skip to content

Commit ab5b93f

Browse files
committed
Add TODO about known return types in FFF
1 parent 8700057 commit ab5b93f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usvm-dataflow-ts/src/main/kotlin/org/usvm/dataflow/ts/infer/ForwardFlowFunctions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ class ForwardFlowFunctions(
452452
returnSite: EtsStmt,
453453
): FlowFunction<ForwardTypeDomainFact> = FlowFunction { fact ->
454454
when (fact) {
455+
// TODO: add known return type of the function call
455456
Zero -> listOf(Zero)
456457
is TypedVariable -> call(callStatement, fact)
457458
}

0 commit comments

Comments
 (0)