Files
kotlin-fork/idea/testData/wordSelection/LambdaArgument2/1.kt
T
2017-12-26 13:09:17 +03:00

5 lines
69 B
Kotlin
Vendored

fun foo() {
<selection>fo<caret>o</selection> {
1
}
}