Fixed parameter name&type completion for type parameters
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun<T> foo(t<caret>)
|
||||
|
||||
// ELEMENT: t
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun<T> foo(t: T<caret>)
|
||||
|
||||
// ELEMENT: t
|
||||
Reference in New Issue
Block a user