Files
kotlin-fork/idea/testData/inspectionsLocal/scopeFunctions/applyToAlso/methodWithThis.kt.after
T

7 lines
103 B
Plaintext
Vendored

// WITH_RUNTIME
// FIX: Convert to 'also'
val x = hashSetOf<String>().<caret>also {
it.add("x")
}