Files
kotlin-fork/idea/testData/wordSelection/CommentForStatementsInLambda/0.kt
T

7 lines
90 B
Kotlin
Vendored

fun run(f: () -> Unit) = 1
fun test() {
run {
// test
<caret>1
}
}