Files
kotlin-fork/idea/testData/wordSelection/InvokedExpression/2.kt
T
2016-07-22 21:23:42 +03:00

5 lines
89 B
Kotlin
Vendored

fun foo() {
val bar = 1
<selection><caret>bar.and</selection>(1.and(1)).and(1)
}