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