blob: 4fa6f4d755668e375b97b7d05323785e6a473d5c [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); }
main() {}