KT-12697 Expand selection action select ": Type" (#898)
This commit is contained in:
committed by
Dmitry Jemerov
parent
b3b83e344b
commit
4669fb3ca7
@@ -0,0 +1,2 @@
|
||||
class Foo : <caret>Bar {
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
class Foo : <selection><caret>Bar</selection> {
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
class Foo <selection>: <caret>Bar</selection> {
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
<selection>class Foo : <caret>Bar {
|
||||
}</selection>
|
||||
Reference in New Issue
Block a user