[FIR IDE] Fixed invalid HL API getters request
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ internal class KtFirPropertySymbol(
|
||||
}
|
||||
|
||||
override val setter: KtPropertySetterSymbol? by firRef.withFirAndCache(FirResolvePhase.RAW_FIR) { property ->
|
||||
property.getter?.let { builder.buildPropertyAccessorSymbol(it) } as? KtPropertySetterSymbol
|
||||
property.setter?.let { builder.buildPropertyAccessorSymbol(it) } as? KtPropertySetterSymbol
|
||||
}
|
||||
|
||||
override val hasBackingField: Boolean get() = firRef.withFir { it.hasBackingField }
|
||||
|
||||
Reference in New Issue
Block a user