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

7 lines
106 B
Kotlin
Vendored

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