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

9 lines
132 B
Kotlin
Vendored

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