3a6b9c8d08
Part of #KT-22211
10 lines
153 B
Kotlin
Vendored
10 lines
153 B
Kotlin
Vendored
// SET_TRUE: ALIGN_MULTILINE_EXTENDS_LIST
|
|
|
|
interface A1
|
|
|
|
open class B1
|
|
|
|
class Simpleclass() : B1(),
|
|
<caret>A1
|
|
|
|
// WITHOUT_CUSTOM_LINE_INDENT_PROVIDER |