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

5 lines
66 B
Kotlin
Vendored

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