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