Files
kotlin-fork/idea/testData/formatter/ColonSpaces.after.inv.kt
T

9 lines
196 B
Kotlin

fun foo() {
val (i :Int, s :String) = bar()
val h = {() :Unit -> bar() }
for (i :Int in collection) {
}
}
// SET_FALSE: SPACE_BEFORE_TYPE_COLON
// SET_TRUE: SPACE_AFTER_TYPE_COLON