blob: 091bd9df63acb2a01f4efabbf5fd945f78237baf [file] [log] [blame]
enum E<F> {
v1<int>.foo(),
v2<int>.foo();
const E();
const E.foo();
}