blob: 9e776bb6baba77d5cde7b3ed4e1319d509c24359 [file] [log] [blame]
class A<T> {
A(T... t) {
}
{
bar(new <caret> );
}
<T> void bar(A<T> s) {}
}