blob: 8255a76f44631a7dc874c04dc2789e4a0cfbd93d [file] [log] [blame]
// MOVE: right
enum class E {
A, <caret>B, C;
fun foo(){}
}