KT-6407 Completing function with "tab" (replace) shouldn't insert parentheses when type arguments are present
#KT-6407 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun <T> foo() {}
|
||||
|
||||
fun use() = f<caret><String>()
|
||||
|
||||
// ELEMENT: foo
|
||||
// CHAR: '\t'
|
||||
@@ -0,0 +1,6 @@
|
||||
fun <T> foo() {}
|
||||
|
||||
fun use() = foo<String>()<caret>
|
||||
|
||||
// ELEMENT: foo
|
||||
// CHAR: '\t'
|
||||
Reference in New Issue
Block a user