Files
kotlin-fork/idea/testData/indentationOnNewline/InDelegationListNotEmpty.kt
T
Dmitry Gridin 3a6b9c8d08 init line-indent-provider module
Part of #KT-22211
2020-06-15 16:25:16 +07:00

9 lines
149 B
Kotlin
Vendored

// SET_TRUE: ALIGN_MULTILINE_EXTENDS_LIST
interface A1
open class B1
class Simpleclass() : B1(), <caret>A1
// WITHOUT_CUSTOM_LINE_INDENT_PROVIDER