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

7 lines
113 B
Kotlin
Vendored

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