Files
kotlin-fork/idea/testData/indentationOnNewline/InDelegationListNotEmpty.kt
T
2015-05-13 16:13:13 +02:00

8 lines
110 B
Kotlin
Vendored

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