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