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