Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
indentationOnNewline
/
InEnumInitializerListNotEmpty.after.kt
blob: 4a2351847c2f97207cf4a91099fcc4bc631e14da [
file
] [
log
] [
blame
]
// SET_TRUE: ALIGN_MULTILINE_EXTENDS_LIST
interface
A1
enum
class
EnumTest
{
ENTRY
(),
<caret>
A1
}