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