@@ -44,23 +44,28 @@ class Foo {
44
44
parent : {
45
45
textSpan : { // SyntaxList + whitespace (body of method)
46
46
start : { line : 3 , offset : 16 } ,
47
- end : { line : 8 , offset : 5 } } ,
47
+ end : { line : 8 , offset : 5 }
48
+ } ,
48
49
parent : {
49
- textSpan : { // MethodDeclaration
50
- start : { line : 3 , offset : 5 } ,
50
+ textSpan : { // {}
51
+ start : { line : 3 , offset : 15 } ,
51
52
end : { line : 8 , offset : 6 } } ,
52
53
parent : {
53
- textSpan : { // SyntaxList + whitespace (body of class)
54
- start : { line : 2 , offset : 12 } ,
55
- end : { line : 9 , offset : 1 } } ,
54
+ textSpan : { // MethodDeclaration
55
+ start : { line : 3 , offset : 5 } ,
56
+ end : { line : 8 , offset : 6 } } ,
56
57
parent : {
57
- textSpan : { // ClassDeclaration
58
- start : { line : 2 , offset : 1 } ,
59
- end : { line : 9 , offset : 2 } } ,
58
+ textSpan : { // SyntaxList + whitespace (body of class)
59
+ start : { line : 2 , offset : 12 } ,
60
+ end : { line : 9 , offset : 1 } } ,
60
61
parent : {
61
- textSpan : { // SourceFile (all text)
62
- start : { line : 1 , offset : 1 } ,
63
- end : { line : 9 , offset : 2 } , } } } } } } } } } ] ) ;
62
+ textSpan : { // ClassDeclaration
63
+ start : { line : 2 , offset : 1 } ,
64
+ end : { line : 9 , offset : 2 } } ,
65
+ parent : {
66
+ textSpan : { // SourceFile (all text)
67
+ start : { line : 1 , offset : 1 } ,
68
+ end : { line : 9 , offset : 2 } } } } } } } } } } } ] ) ;
64
69
} ) ;
65
70
} ) ;
66
71
}
0 commit comments