KotlinLikeLangLineIndentProvider: support braces in blocks
Part of #KT-22211 Part of #KT-39353
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package testing
|
||||
|
||||
private fun <T> times(times : Int, body : () -> T) {}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
times(3) {
|
||||
|
||||
|
||||
|
||||
<caret>}
|
||||
}
|
||||
Reference in New Issue
Block a user