Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
indentationOnNewline
/
InDelegationListNotEmpty.kt
blob: 7025478c495c7c13f13fa4661ea1c86dba4d14db [
file
] [
log
] [
blame
]
// SET_TRUE: ALIGN_MULTILINE_EXTENDS_LIST
interface
A1
open
class
B1
class
Simpleclass
()
:
B1
(),
<caret>
A1