Files
kotlin-fork/idea/testData/intentions/removeBraces/ifWithNoStatement.kt
T
2014-07-10 15:05:18 +04:00

4 lines
55 B
Kotlin

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