KT-13675 Ctrl-W: cannot select type argument in return type
#KT-13675 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
fun f(): List<AAA<caret>>{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun f(): List<<selection>AAA<caret></selection>>{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun f(): List<selection><AAA<caret>></selection>{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun f(): <selection>List<AAA<caret>></selection>{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun f()<selection>: List<AAA<caret>></selection>{}
|
||||
+1
@@ -0,0 +1 @@
|
||||
<selection>fun f(): List<AAA<caret>>{}</selection>
|
||||
Reference in New Issue
Block a user