[FE] Fix tests
This commit is contained in:
committed by
teamcity
parent
12a39d0330
commit
0f1d212fc5
-12
@@ -1,12 +0,0 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// WITH_STDLIB
|
||||
|
||||
fun box(): String {
|
||||
return try {
|
||||
val range1 = 0..1
|
||||
range1 as List<Double>
|
||||
range1.joinToString { "" }
|
||||
} catch (e: java.lang.ClassCastException) {
|
||||
"OK"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user