blob: 22925a56151e16eaee636e8a42d6649949a8ab85 [file] [log] [blame]
// @dart = 2.16
enum T { t; const T.named(); }
void main() {}