blob: f7645f0c43b0aef0bab422f5d6e75e30469457c3 [file] [log] [blame]
enum E<F> {
v1<int>./*about to write foo()*/,
v2<int>.foo();
const E();
const E.foo();
}