[FIR JS] Report JS_MODULE-related diagnostics
This commit is contained in:
committed by
Space Team
parent
f422a3a4e8
commit
0426f35684
@@ -2,5 +2,7 @@ package
|
||||
|
||||
package foo {
|
||||
@kotlin.js.JsModule(import = "bar") public external var bar: kotlin.Int
|
||||
@foo.JsM /* = kotlin.js.JsModule */(import = "bar") public external var bar2: kotlin.Int
|
||||
@kotlin.js.JsNonModule public external var baz: kotlin.Int
|
||||
public typealias JsM = kotlin.js.JsModule
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user