Files
kotlin-fork/idea/testData/codeInsight/surroundWith/parentheses/notApplicable/if.kt
T

5 lines
80 B
Kotlin
Vendored

fun foo() {
<selection>if (1 == 2) {}</selection>
}
// IS_APPLICABLE: false