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