Files
kotlin-fork/idea/testData/intentions/removeBraces/removeBracesForIfWithNoStatement.kt
T

4 lines
55 B
Kotlin

// IS_APPLICABLE: false
fun foo() {
if (true) { }
}