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

7 lines
113 B
Kotlin
Vendored

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