Files
kotlin-fork/idea/testData/inspectionsLocal/scopeFunctions/applyToAlso/thisInOperation.kt
T
2018-03-16 12:17:24 +03:00

9 lines
114 B
Kotlin
Vendored

// WITH_RUNTIME
// FIX: Convert to 'also'
fun foo() {
"".<caret>apply {
println(this + this)
}
}