mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Add delegated property declaration test
This commit is contained in:
@@ -736,6 +736,9 @@ open class KotlinFileExtractor(
|
||||
if (bf != null && extractBackingField) {
|
||||
val fieldId = extractField(bf, parentId)
|
||||
tw.writeKtPropertyBackingFields(id, fieldId)
|
||||
if (p.isDelegated) {
|
||||
tw.writeKtPropertyDelegates(id, fieldId)
|
||||
}
|
||||
}
|
||||
|
||||
extractVisibility(p, id, p.visibility)
|
||||
|
||||
Reference in New Issue
Block a user