mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
Do not extract fake properties
This commit is contained in:
@@ -634,7 +634,8 @@ open class KotlinFileExtractor(
|
||||
DeclarationStackAdjuster(p).use {
|
||||
|
||||
val visibility = p.visibility
|
||||
if (visibility is DelegatedDescriptorVisibility && visibility.delegate == Visibilities.InvisibleFake) {
|
||||
if (visibility is DelegatedDescriptorVisibility && visibility.delegate == Visibilities.InvisibleFake ||
|
||||
p.isFakeOverride) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user