[JS IR] Init delegated properties as usual

^KT-43222 fixed
This commit is contained in:
Ilya Goncharov
2020-10-28 19:28:31 +03:00
parent 841118a64d
commit 07b6ef65a3
@@ -125,7 +125,6 @@ private fun calculateFieldToExpression(functions: Collection<IrSimpleFunction>):
.filter { it.isTopLevel }
.filterNot { it.isConst }
.distinct()
.filterNot { it.isDelegated }
.mapNotNull { it.backingField }
.filter { it.initializer != null }
.map { it to it.initializer!!.expression }