blob: 7e8eab67284521501d8591b4b8d077a3ab1431b3 [file] [log] [blame]
// @dart = 2.9
library test;
enum E { v1 }
final x = E.v1;
main() {}