Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/KT23627.kt
T
Alexander Podkhalyuzin 04fd4ef9de Do not stop recursive visitor with return
#KT-23627 Fixed
2018-07-09 15:19:38 +03:00

8 lines
117 B
Kotlin
Vendored

fun foo() = "".run {
this.apply {
printl<caret>
}
}
//ELEMENT: println
//TAIL_TEXT: "() (kotlin.io)"