mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Improve handling or array types
This commit is contained in:
@@ -143,6 +143,8 @@ private class IndirectType extends GeneratedType {
|
||||
this.(NestedType).getEnclosingType() instanceof GeneratedType
|
||||
or
|
||||
exists(NestedType nt | nt instanceof GeneratedType and this = nt.getEnclosingType())
|
||||
or
|
||||
this = any(GeneratedType a).(Array).getComponentType()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user