mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-19 20:37:12 +07:00
7 lines
86 B
Java
7 lines
86 B
Java
import pack.Foo;
|
|
class Test {
|
|
{
|
|
m(new <caret>)
|
|
}
|
|
void m(Foo<String> foo){}
|
|
} |