cf655a829c
Part of #KT-22211 Part of #KT-39353
7 lines
131 B
Kotlin
Vendored
7 lines
131 B
Kotlin
Vendored
class A(a: Int) {
|
|
constructor() : this(<caret>)
|
|
}
|
|
|
|
// SET_TRUE: ALIGN_MULTILINE_METHOD_BRACKETS
|
|
// IGNORE_FORMATTER
|
|
// KT-39459 |