IDEA-81966 Accepting completion variant for a generic type with < inserts duplicate angle brackets

This commit is contained in:
peter
2012-02-29 23:39:17 +04:00
parent 5134881c2a
commit 413a6df237
6 changed files with 25 additions and 5 deletions
@@ -0,0 +1,7 @@
class Zooooooo<T> { }
class Bar {
{
Zooooooo<String> z = new Zoooo<caret>
}
}