mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
template ConstructorInsertHandler test (IDEA-101429)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import pack.Foo;
|
||||
class Test {
|
||||
{
|
||||
m(new <caret>)
|
||||
}
|
||||
<T> void m(Foo<T> foo){}
|
||||
}
|
||||
Reference in New Issue
Block a user