Files
kotlin-fork/idea/testData/indentationOnNewline/emptyParameters/EmptyArgumentInThisAsClassicFunction.after.kt
T
2020-07-04 22:25:09 +02:00

12 lines
157 B
Kotlin
Vendored

class A {
operator fun invoke() = Unit
fun a() {
this(
<caret>
)
}
}
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS