Test for KT-7009: VerifyError: Bad type on operand stack in daload
#KT-7009 Obsolete
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun box() : String {
|
||||
val value = (1 to doubleArray(1.0)).second[0]
|
||||
return if (value == 1.0) "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user