4 lines
70 B
Plaintext
Vendored
4 lines
70 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
val s: String? = null
|
|
val x = <caret>listOfNotNull(s) |