8 lines
130 B
Plaintext
Vendored
8 lines
130 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
<caret>listOfNotNull(
|
|
true, // comment1
|
|
null // comment2
|
|
).first()
|
|
} |