[FIR JS] Report NESTED_JS_EXPORT

This commit is contained in:
Nikolay Lunyak
2023-01-26 13:41:01 +02:00
parent 8f94899187
commit 624162dc07
10 changed files with 53 additions and 22 deletions
@@ -1,22 +0,0 @@
// !OPT_IN: kotlin.js.ExperimentalJsExport
package foo
class C1 {
@JsExport
fun f1() {}
@JsExport
val p: Int = 10
@JsExport
object O
}
fun f2() {
@JsExport
fun f3() {}
@JsExport
class C2
}
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// !OPT_IN: kotlin.js.ExperimentalJsExport
package foo