145b2c260b
Part of #KT-22211
9 lines
134 B
Kotlin
Vendored
9 lines
134 B
Kotlin
Vendored
class A {
|
|
operator fun invoke() = Unit
|
|
|
|
fun a() {
|
|
this(<caret>)
|
|
}
|
|
}
|
|
|
|
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS |