Kotlin: Record that DEFAULT_PROPERTY_ACCESSOR are compiler-generated

This commit is contained in:
Ian Lynagh
2022-06-23 13:43:57 +01:00
parent aefd89ed49
commit c06eb09100
2 changed files with 8 additions and 3 deletions

View File

@@ -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"
)
}
}