blob: fa5b1ba185bd73d30a41e43c4fa0b082b708e759 [file] [log] [blame]
enum E<F> {
v<int>(),
v<int>.foo();
const E();
const E.foo();
}