mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
completion: don't start template if Object was inferred by the parent type
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import pack.Foo;
|
||||
class Test {
|
||||
{
|
||||
Foo<Objec> f = new Foo<Objec>() {
|
||||
@Override
|
||||
public void foo(Objec objec) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import pack.Foo;
|
||||
class Test {
|
||||
{
|
||||
Foo<Objec> f = new <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user