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 e7f2753 commit 7475f84Copy full SHA for 7475f84
java/ql/consistency-queries/typeParametersInScope.ql
@@ -12,6 +12,8 @@ Type getAMentionedType(RefType type) {
12
result = getAMentionedType(type).(InstantiatedType).getATypeArgument()
13
or
14
result = getAMentionedType(type).(NestedType).getEnclosingType()
15
+ or
16
+ result = getAMentionedType(type).(Wildcard).getATypeBound().getType()
17
}
18
19
Type getATypeUsedInClass(RefType type) {
0 commit comments