Fixed parameter name&type completion for type parameters

This commit is contained in:
Valentin Kipyatkov
2015-08-07 19:05:12 +03:00
parent df32dcac39
commit cafb5ac10a
5 changed files with 17 additions and 4 deletions
@@ -0,0 +1,3 @@
fun<T> foo(t<caret>)
// ELEMENT: t
@@ -0,0 +1,3 @@
fun<T> foo(t: T<caret>)
// ELEMENT: t