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