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

5 lines
70 B
Kotlin
Vendored

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