FIR IDE: fix completion in initializer
This commit is contained in:
+1
@@ -145,6 +145,7 @@ object LowLevelFirApiFacade {
|
|||||||
|
|
||||||
return buildPropertyCopy(originalProperty) {
|
return buildPropertyCopy(originalProperty) {
|
||||||
symbol = builtProperty.symbol
|
symbol = builtProperty.symbol
|
||||||
|
initializer = builtProperty.initializer
|
||||||
|
|
||||||
getter = builtProperty.getter
|
getter = builtProperty.getter
|
||||||
setter = copySetter
|
setter = copySetter
|
||||||
|
|||||||
Reference in New Issue
Block a user