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