[JS IR BE] Add JsExport annotations

This commit is contained in:
Svyatoslav Kuzmich
2019-06-27 15:12:14 +03:00
parent 685597d20a
commit 69962cbf8c
22 changed files with 91 additions and 31 deletions
@@ -1,8 +1,10 @@
// EXPECTED_REACHABLE_NODES: 1288
@JsExport
val x: Int
@JsName("getX_") get() = 23
@JsExport
var y: Int = 0
@JsName("getY_") get() = field + 10
@JsName("setY_") set(value) {