Skip to content

Commit 2d779f3

Browse files
committed
Java: Fix semantic merge conflict.
1 parent 2746f3f commit 2d779f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DataFlowType getCallbackReturnType(DataFlowType t, ReturnKind rk) {
6464
/** Gets the type of synthetic global `sg`. */
6565
DataFlowType getSyntheticGlobalType(SummaryComponent::SyntheticGlobal sg) {
6666
exists(sg) and
67-
result instanceof TypeObject
67+
result.asType() instanceof TypeObject
6868
}
6969

7070
bindingset[provenance]

0 commit comments

Comments
 (0)