Files
kotlin-fork/idea/testData/wordSelection/InvokedExpression/3.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(1.and(1))</selection>.and(1)
}