mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
generics are not a part of the lookup string now
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class MyClass {
|
||||
public void foo() {
|
||||
MyDD<String> d = new MyD<caret>x
|
||||
}
|
||||
}
|
||||
|
||||
class MyDD<T> {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
class A {{
|
||||
foo.Foo<String> f = new B<caret>
|
||||
}}
|
||||
Reference in New Issue
Block a user