mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Kotlin: Add KotlinType to params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user