blob: bf1ca0b3697826cd4365ea19244944c0372b842e [file] [log] [blame]
import pack.Foo;
class Test {
{
m(new <caret>)
}
void m(Foo<String> foo){}
}