mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
avoid completing new HashSet<String><String>();
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Bar {
|
||||
{
|
||||
Koo<String> hs = new Ko<caret><StringX>();
|
||||
}
|
||||
}
|
||||
class Koo<X> {}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
class Bar {
|
||||
{
|
||||
Koo<String> hs = new Koo<String>()<caret>;
|
||||
}
|
||||
}
|
||||
class Koo<X> {}
|
||||
Reference in New Issue
Block a user