blob: 15f3172314a00f2de96d345cd193d8389aaa5a7d [file] [log] [blame]
class Test4 {
void test() {
Foo2<Test4> f = Test4::yyy;
}
void yy<caret>y() {}
}
interface Foo2<T> {
void bar(T j);
}