JS: report about using of external interfaces in class literals
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
external interface I
|
||||
|
||||
fun box() {
|
||||
println(<!NATIVE_INTERFACE_AS_CLASS_LITERAL!>I::class<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user