blob: 49bcb3c6c35c31d1c05f580c41e0bff3e05645cc [file] [log] [blame]
library test;
enum E { v1 }
final x = E.values;
main() {}