Skip to content

Commit b4500a2

Browse files
committed
wip
1 parent df34cd3 commit b4500a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3189,6 +3189,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
31893189
n = decl.getPattern() and
31903190
not exists(decl.getInitializer()) and
31913191
not exists(decl.getType()) and
3192+
not decl = any(Parameter p).getPattern() and
31923193
path.isEmpty()
31933194
)
31943195
) and

0 commit comments

Comments
 (0)