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