Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
codeInsight
/
moveLeftRight
/
enumMembers4.kt.after
blob: ae9493da84d1a0ebd8067235644dc158d967e239 [
file
] [
log
] [
blame
]
// MOVE: right
enum
class
E
{
A
,
C
,
<caret>
B
;
fun foo
(){}
}