зеркало из https://github.com/github/codeql.git
JS: Include base types in TypeName
This commit is contained in:
Родитель
e9159acecb
Коммит
54d47f60da
|
@ -210,7 +210,9 @@ class CanonicalName extends @symbol {
|
|||
class TypeName extends CanonicalName {
|
||||
TypeName() {
|
||||
exists(TypeReference ref | type_symbol(ref, this)) or
|
||||
exists(TypeDefinition def | ast_node_symbol(def, this))
|
||||
exists(TypeDefinition def | ast_node_symbol(def, this)) or
|
||||
base_type_names(_, this) or
|
||||
base_type_names(this, _)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче