162de77b71
These properties can be replaced with equivalent collections first & last. #KT-15537 Fixed
7 lines
82 B
Plaintext
Vendored
7 lines
82 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
var range : LongRange = 1L..2L
|
|
range.first
|
|
}
|