[FIR JS] Report NESTED_JS_EXPORT
This commit is contained in:
-22
@@ -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
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// !OPT_IN: kotlin.js.ExperimentalJsExport
|
||||
|
||||
package foo
|
||||
|
||||
Reference in New Issue
Block a user