Files
kotlin/idea/testData/codeInsight/surroundWith/withIfElseExpression/complexBoolean.kt
2016-09-20 15:26:41 +03:00

4 lines
75 B
Kotlin
Vendored

fun foo(x: Boolean, y: Boolean) {
<selection>x || y && x</selection>
}