6 lines
97 B
Plaintext
Vendored
6 lines
97 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(list: List<String>) {
|
|
list
|
|
// comment
|
|
.maxOrNull()
|
|
} |