File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
data/fixtures/recorded/languages/kotlin Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1+ languageId : kotlin
2+ command :
3+ version : 7
4+ spokenForm : change call
5+ action :
6+ name : clearAndSetSelection
7+ target :
8+ type : primitive
9+ modifiers :
10+ - type : containingScope
11+ scopeType : {type: functionCall}
12+ usePrePhraseSnapshot : true
13+ initialState :
14+ documentContents : |-
15+ fun main() {
16+ val s = "test"
17+ val l = with (s) { length }
18+ println(l)
19+ }
20+ selections :
21+ - anchor : {line: 2, character: 14}
22+ active : {line: 2, character: 14}
23+ marks : {}
24+ finalState :
25+ documentContents : |-
26+ fun main() {
27+ val s = "test"
28+ val l =
29+ println(l)
30+ }
31+ selections :
32+ - anchor : {line: 2, character: 12}
33+ active : {line: 2, character: 12}
Original file line number Diff line number Diff line change 509509 (annotated_lambda) @argumentOrParameter
510510)
511511
512- ;; Note: trailing lambda mixed with regular arguments doesn't work due to bad tree sitter parse.
513512(call_expression
514513 (call_suffix) @argumentOrParameter.iteration
515514) @argumentOrParameter.iteration.domain
You can’t perform that action at this time.
0 commit comments