Skip to content

Commit

Permalink
Merge pull request #834 from jketema/spec
Browse files Browse the repository at this point in the history
Update A2-10-4 after QL changes
  • Loading branch information
jketema authored Jan 9, 2025
2 parents 17e2a1e + d9a41f0 commit 9dc6c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CandidateVariable extends Variable {
isStatic() and
not this instanceof MemberVariable and
//exclude partially specialized template variables
not exists(TemplateVariable v | this = v.getAnInstantiation())
not this.isSpecialization()
}
}

Expand Down

0 comments on commit 9dc6c1f

Please sign in to comment.