[JS IR BE] Generate fileds for all properties

This commit is contained in:
Svyatoslav Kuzmich
2019-04-05 17:15:44 +03:00
parent 14ec30dd5a
commit 7796d084e1
2 changed files with 3 additions and 2 deletions
@@ -248,7 +248,7 @@ private val varargLoweringPhase = makeJsModulePhase(
)
private val propertiesLoweringPhase = makeJsModulePhase(
{ context -> PropertiesLowering(context, skipExternalProperties = true) },
{ context -> PropertiesLowering(context, skipExternalProperties = true, generateAnnotationFields = true) },
name = "PropertiesLowering",
description = "Move fields and accessors out from its property"
)