We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856fcdc commit fb449f8Copy full SHA for fb449f8
data/fixtures/recorded/languages/kotlin/changeValue13.yml
@@ -0,0 +1,31 @@
1
+languageId: kotlin
2
+command:
3
+ version: 7
4
+ spokenForm: change value
5
+ action:
6
+ name: clearAndSetSelection
7
+ target:
8
+ type: primitive
9
+ modifiers:
10
+ - type: containingScope
11
+ scopeType: {type: value}
12
+ usePrePhraseSnapshot: true
13
+initialState:
14
+ documentContents: |-
15
+ fun main() {
16
+ val n = null
17
+ println(n)
18
+ }
19
+ selections:
20
+ - anchor: {line: 1, character: 8}
21
+ active: {line: 1, character: 8}
22
+ marks: {}
23
+finalState:
24
25
26
+ val n =
27
28
29
30
+ - anchor: {line: 1, character: 12}
31
+ active: {line: 1, character: 12}
0 commit comments