Expand selection for class members #KT-28289 Fixed
This commit is contained in:
committed by
Alexander Podkhalyuzin
parent
736818dfa7
commit
7bf51f1533
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
<caret>constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
<selection><caret>constructor</selection>()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
<selection><caret>constructor()</selection>
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
<selection> <caret>constructor()
|
||||
</selection>
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
<selection> <caret>constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
</selection>}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C <selection>{
|
||||
<caret>constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}</selection>
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
<caret>init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
<selection><caret>init</selection> {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
<selection> <caret>init {
|
||||
}
|
||||
</selection>
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
|
||||
<selection> constructor()
|
||||
|
||||
<caret>init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
</selection>}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
<selection>
|
||||
constructor()
|
||||
|
||||
<caret>init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
</selection>}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C <selection>{
|
||||
|
||||
constructor()
|
||||
|
||||
<caret>init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
}</selection>
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
<caret>fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
<selection><caret>fun</selection> foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
<selection> <caret>fun foo() {
|
||||
}
|
||||
</selection>
|
||||
// comment
|
||||
val bar = 1
|
||||
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
<selection> constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
<caret>fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
</selection>
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
<selection> constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
<caret>fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
|
||||
</selection>}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
class C <selection>{
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
<caret>fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
val bar = 1
|
||||
|
||||
}</selection>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
<caret>val bar = 1
|
||||
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
<selection><caret>val</selection> bar = 1
|
||||
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
<selection><caret>val bar = 1</selection>
|
||||
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
<selection> <caret>val bar = 1
|
||||
</selection>
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<selection> // comment
|
||||
<caret>val bar = 1
|
||||
</selection>
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
|
||||
<selection> constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
<caret>val bar = 1
|
||||
</selection>
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C {
|
||||
|
||||
<selection> constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
<caret>val bar = 1
|
||||
|
||||
</selection>}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
class C <selection>{
|
||||
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
// comment
|
||||
<caret>val bar = 1
|
||||
|
||||
}</selection>
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<caret>// comment
|
||||
val bar = 1
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<selection><caret>// comment</selection>
|
||||
val bar = 1
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<selection> <caret>// comment
|
||||
</selection> val bar = 1
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<selection> <caret>// comment
|
||||
val bar = 1
|
||||
</selection>}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C {
|
||||
<selection> constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<caret>// comment
|
||||
val bar = 1
|
||||
</selection>}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class C <selection>{
|
||||
constructor()
|
||||
|
||||
init {
|
||||
}
|
||||
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<caret>// comment
|
||||
val bar = 1
|
||||
}</selection>
|
||||
Reference in New Issue
Block a user