KT-12697 Expand selection action select ": Type" (#898)

This commit is contained in:
Yoshinori Isogai
2016-08-22 19:35:23 +09:00
committed by Dmitry Jemerov
parent b3b83e344b
commit 4669fb3ca7
33 changed files with 191 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
val foo: <caret>Int? = 1
+1
View File
@@ -0,0 +1 @@
val foo: <selection><caret>Int</selection>? = 1
+1
View File
@@ -0,0 +1 @@
val foo: <selection><caret>Int?</selection> = 1
+1
View File
@@ -0,0 +1 @@
val foo<selection>: <caret>Int?</selection> = 1