afd544cbab
#KT-35893 Fixed
7 lines
120 B
Kotlin
Vendored
7 lines
120 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(list: List<String>) {
|
|
list
|
|
// comment
|
|
.<caret>asSequence()
|
|
.max()
|
|
} |