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

5 lines
71 B
Kotlin
Vendored

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