11a3482970
#KT-38632 Fixed
8 lines
122 B
Plaintext
Vendored
8 lines
122 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
<caret>listOfNotNull(
|
|
true, // comment1
|
|
null // comment2
|
|
).first()
|
|
} |