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<!>)
|
||||
}
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package
|
||||
|
||||
public fun box(): kotlin.Unit
|
||||
|
||||
public external interface I {
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
Reference in New Issue
Block a user