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

10 lines
118 B
Kotlin
Vendored

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