[FIR JS] Prepare the test data for FIR
This commit is contained in:
committed by
Space Team
parent
0e38d0ebd2
commit
73c89a5d9d
+9
@@ -0,0 +1,9 @@
|
||||
external interface I
|
||||
|
||||
external interface J
|
||||
|
||||
fun box(a: Any) = when (a) {
|
||||
is I -> 0
|
||||
!is J -> 1
|
||||
else -> 2
|
||||
}
|
||||
Reference in New Issue
Block a user