[K/JS] chore: stop unnecessary defineProperties generating.

This commit is contained in:
Artem Kobzar
2022-09-09 11:14:26 +00:00
committed by Space
parent 9176ba5b2d
commit da367a467d
11 changed files with 284 additions and 15 deletions
@@ -7,7 +7,7 @@
// FILE: lib.kt
@JsExport
fun `@do something like-this`(): Int = 42
fun `@do something like-this`(`test value`: Int = 42): Int = `test value`
// FILE: test.js
function box() {