avoid completing new HashSet<String><String>();

This commit is contained in:
peter
2012-05-24 19:29:48 +02:00
parent eea3338114
commit 4f841ee461
4 changed files with 27 additions and 0 deletions
@@ -0,0 +1,6 @@
class Bar {
{
Koo<String> hs = new Ko<caret><StringX>();
}
}
class Koo<X> {}
@@ -0,0 +1,6 @@
class Bar {
{
Koo<String> hs = new Koo<String>()<caret>;
}
}
class Koo<X> {}