Files
kotlin-fork/idea/testData/indentationOnNewline/InDelegationListNotEmpty.after.kt
T

9 lines
128 B
Kotlin

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