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