blob: 47cc16e48f0cc33c2415c0d2b731457be05ba408 [file] [log] [blame]
// MOVE: left
enum class E {
A, <caret>B, C
}