IDEA-113710 Complete Current Statement broken for generic methods

This commit is contained in:
peter
2013-09-28 14:33:41 +02:00
parent b0af590fb1
commit 08b715b836
4 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
public class Foo {
<T> T foo() {
<caret>
}
}