Kotlin: Give methods and constructors a KotlinType

This commit is contained in:
Ian Lynagh
2021-11-03 15:30:41 +00:00
parent d9822266f5
commit 0d5e471b96
8 changed files with 44 additions and 30 deletions

View File

@@ -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