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