blob: a2e62aebb8d6d15805525b555b714c5956d4e570 [file] [log] [blame]
class A {
<T> void foo(T[] ts) {}
{
foo(new <caret>);
}
}