KT-12877: add some front-end diagnostics for JsModule

This commit is contained in:
Alexey Andreev
2016-06-29 16:39:43 +03:00
committed by Alexey Andreev
parent 7be872ebca
commit 3f2ec6871d
9 changed files with 107 additions and 1 deletions
@@ -0,0 +1,5 @@
package
package foo {
@kotlin.js.JsModule(import = "bar") @kotlin.js.native public var baz: kotlin.Int
}