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

7 lines
113 B
Kotlin
Vendored

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