Skip to content

Commit d0d8275

Browse files
committed
WIP: Tweaks to type inference
1 parent 06cfa9a commit d0d8275

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

shared/typeinference/codeql/typeinference/internal/TypeInference.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
510510
satisfiesConcreteTypes(app, abs, tm) and
511511
typeParametersHaveEqualInstantiation(app, abs, tm)
512512
}
513+
// predicate instantiatesWith(App app, TypeAbstraction abs, TypeMention tm, TypeParameter tp, Type t) {
514+
// // TODO:
515+
// }
513516
}
514517

515518
/** Provides logic related to base types. */

0 commit comments

Comments
 (0)