IDEA-144532 "extends" keyword is not hinted correctly

This commit is contained in:
peter
2015-08-31 19:22:29 +02:00
parent 68634203e2
commit f482636569
3 changed files with 6 additions and 0 deletions
@@ -0,0 +1,2 @@
class A<T> <caret> {
}