Skip to content

Commit bdc09d1

Browse files
committed
Java: Fix semantic merge conflict.
1 parent 89e1f33 commit bdc09d1

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
@@ -71,7 +71,7 @@ DataFlowType getCallbackReturnType(DataFlowType t, ReturnKind rk) {
7171
/** Gets the type of synthetic global `sg`. */
7272
DataFlowType getSyntheticGlobalType(SummaryComponent::SyntheticGlobal sg) {
7373
exists(sg) and
74-
result instanceof TypeObject
74+
result.asType() instanceof TypeObject
7575
}
7676

7777
bindingset[provenance]

0 commit comments

Comments
 (0)