mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Kotlin: Give methods and constructors a KotlinType
This commit is contained in:
@@ -57,9 +57,9 @@ private predicate hasChildElement(Element parent, Element e) {
|
||||
not enclInReftype(e, _) and
|
||||
e.(Interface).getCompilationUnit() = parent
|
||||
or
|
||||
methods(e, _, _, _, parent, _)
|
||||
methods(e, _, _, _, _, parent, _)
|
||||
or
|
||||
constrs(e, _, _, _, parent, _)
|
||||
constrs(e, _, _, _, _, parent, _)
|
||||
or
|
||||
params(e, _, _, parent, _)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user