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 48a0fd5 commit 69818c5Copy full SHA for 69818c5
ql/lib/codeql/actions/dataflow/internal/DataFlowPrivate.qll
@@ -166,8 +166,7 @@ class DataFlowType extends TDataFlowType {
166
167
string ppReprType(DataFlowType t) { none() }
168
169
-bindingset[t1, t2]
170
-predicate compatibleTypes(DataFlowType t1, DataFlowType t2) { t1 = t2 }
+predicate compatibleTypes(DataFlowType t1, DataFlowType t2) { any() }
171
172
predicate typeStrongerThan(DataFlowType t1, DataFlowType t2) { none() }
173
0 commit comments