afd544cbab
#KT-35893 Fixed
4 lines
75 B
Plaintext
Vendored
4 lines
75 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(list: List<String>) {
|
|
list/*comment*/.last()
|
|
} |