[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
@@ -2,6 +2,9 @@
// SKIP_MINIFICATION
// This test assumes that external JS code calls Kotlin code directly
// Legacy export, wrong types
// DONT_TARGET_EXACT_BACKEND: JS_IR
open class A
class B : A()