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