mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Kotlin: Record that DEFAULT_PROPERTY_ACCESSOR are compiler-generated
This commit is contained in:
@@ -50,7 +50,9 @@ class Element extends @element, Top {
|
||||
exists(int i | compiler_generated(this, i) |
|
||||
i = 1 and result = "Declaring classes of adapter functions in Kotlin"
|
||||
or
|
||||
i = 2 and result = "Generated data class members"
|
||||
i = 2 and result = "Generated data class member"
|
||||
or
|
||||
i = 3 and result = "Default property accessor"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user