cf655a829c
Part of #KT-22211 Part of #KT-39353
10 lines
163 B
Kotlin
Vendored
10 lines
163 B
Kotlin
Vendored
class Test {
|
|
var a: Boolean
|
|
get() = false
|
|
set(
|
|
<caret>
|
|
)
|
|
}
|
|
|
|
// SET_TRUE: ALIGN_MULTILINE_METHOD_BRACKETS
|
|
// IGNORE_FORMATTER |