7a40239e64
#KT-6262
5 lines
67 B
Plaintext
Vendored
5 lines
67 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val pair = 1 to 2
|
|
pair.first
|
|
} |