blob: 621b5377f5e81a83c261d7f318206cc2c83313ef [file] [log] [blame]
class A{
class B<T>{}
<T> void foo(T a, B<T> b){}
{
<ref>foo("", new B());
}
}