Files
kotlin-fork/idea/testData/indentationOnNewline/If.after.kt
T

4 lines
45 B
Kotlin
Vendored

fun some() {
if (3 > 5)
<caret>
}