blob: 99971da4db88d6ab82fccc7eb4562c9a1fbe107e [file] [log] [blame]
enum T {
t;
const T.named();
}
enum S {
s.named();
const S();
}
void main() {}