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

5 lines
89 B
Kotlin
Vendored

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