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