JS: report about using of external interfaces in class literals

This commit is contained in:
Alexey Andreev
2017-01-25 12:46:41 +03:00
parent deaac83e70
commit ad4fb44827
6 changed files with 35 additions and 1 deletions
@@ -0,0 +1,5 @@
external interface I
fun box() {
println(<!NATIVE_INTERFACE_AS_CLASS_LITERAL!>I::class<!>)
}