[Wasm] Move external RTT checkers to web.common and reuse in Wasm
#KT-56849
This commit is contained in:
committed by
Space Team
parent
d219d5380b
commit
cf3b293072
+8
@@ -0,0 +1,8 @@
|
||||
// FIR_IDENTICAL
|
||||
external interface I
|
||||
|
||||
typealias TA = I
|
||||
fun box() {
|
||||
println(<!EXTERNAL_INTERFACE_AS_CLASS_LITERAL!>I::class<!>)
|
||||
println(<!EXTERNAL_INTERFACE_AS_CLASS_LITERAL!>TA::class<!>)
|
||||
}
|
||||
Reference in New Issue
Block a user