blob: 432b598596f8b98a0cc3ee58f5fda28e5e0d91a8 [file]
// MOVE: right
enum class E {
B, <caret>A, C
}