Kotlin: Add KotlinType to params

This commit is contained in:
Ian Lynagh
2021-11-03 16:16:23 +00:00
parent 0d5e471b96
commit ef22194eed
6 changed files with 17 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ private predicate hasChildElement(Element parent, Element e) {
or
constrs(e, _, _, _, _, parent, _)
or
params(e, _, _, parent, _)
params(e, _, _, _, parent, _)
or
fields(e, _, _, _, parent, _)
or