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 a4659f4 commit 7462180Copy full SHA for 7462180
java/ql/src/utils/Stubs.qll
@@ -143,6 +143,8 @@ private class IndirectType extends GeneratedType {
143
this.(NestedType).getEnclosingType() instanceof GeneratedType
144
or
145
exists(NestedType nt | nt instanceof GeneratedType and this = nt.getEnclosingType())
146
+ or
147
+ this = any(GeneratedType a).(Array).getComponentType()
148
}
149
150
0 commit comments