7 lines
103 B
Plaintext
Vendored
7 lines
103 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// FIX: Convert to 'also'
|
|
|
|
val x = hashSetOf<String>().<caret>also {
|
|
it.add("x")
|
|
}
|