Files
kotlin-fork/idea/testData/indentationOnNewline/InLabmdaAfterArrow.kt
T
Dmitry Gridin 01707800c1 KotlinLikeLangLineIndentProvider: improve indent for braces
Part of #KT-22211
Part of #KT-39353
2020-06-15 16:25:58 +07:00

2 lines
46 B
Kotlin
Vendored

val a: (String) -> String = { some -><caret>}