blob: 145b79986d10fdd50bb17445c7f3f7420610b7b9 [file] [log] [blame]
enum E<X, Y> {
one<int, String>(),
two<double, num>(),
three<int, int>.named(42);
const E();
const E.named(int value);
}