@@ -14,46 +14,55 @@ def foo(n)
1414end
1515
1616Foo . new ( 1 ) . foo ( 1.0 )
17+ #^[A]^[B] ^[C]
1718Foo . new ( 1 ) . bar_sym_reader
19+ # ^[D]
1820Foo . new ( 1 ) . baz_sym_reader
21+ # ^[E]
1922Foo . new ( 1 ) . bar_sym_accessor
23+ # ^[F]
2024Foo . new ( 1 ) . baz_sym_accessor
25+ # ^[G]
2126Foo ::BAR
27+ # ^[H]
2228Foo ::BBAR = 1
2329Foo ::BBAR
30+ # ^[I]
2431Foo ::CCAR , Foo ::DDAR = [ 1 , 2 ]
2532Foo ::CCAR
33+ # ^[J]
2634Foo ::DDAR
35+ # ^[K]
2736
28- ## definition: test.rb:15:1
37+ ## definition: [A]
2938test . rb :( 1 , 6 ) -( 1 , 9 ) # Jump to Foo class
3039
31- ## definition: test.rb:15:5
40+ ## definition: [B]
3241test . rb :( 7 , 6 ) -( 7 , 16 ) # Jump Foo.initialize from Foo.new
3342
34- ## definition: test.rb:15:12
43+ ## definition: [C]
3544test . rb :( 11 , 6 ) -( 11 , 9 ) # Jump to Foo#foo
3645
37- ## definition: test.rb:16:12
46+ ## definition: [D]
3847test . rb :( 4 , 14 ) -( 4 , 29 ) # Jump to Foo#bar_sym_reader (first sym arg of attr_reader)
3948
40- ## definition: test.rb:17:12
49+ ## definition: [E]
4150test . rb :( 4 , 31 ) -( 4 , 46 ) # Jump to Foo#baz_sym_reader (second sym arg of attr_reader)
4251
43- ## definition: test.rb:18:12
52+ ## definition: [F]
4453test . rb :( 5 , 16 ) -( 5 , 33 ) # Jump to Foo#bar_sym_accessor (first sym arg of attr_accessor)
4554
46- ## definition: test.rb:19:12
55+ ## definition: [G]
4756test . rb :( 5 , 35 ) -( 5 , 52 ) # Jump to Foo#baz_sym_accessor (second sym arg of attr_accessor)
4857
49- ## definition: test.rb:20:5
58+ ## definition: [H]
5059test . rb :( 2 , 2 ) -( 2 , 5 ) # Jump to Foo#BAR (constant_write_node)
5160
52- ## definition: test.rb:22:5
61+ ## definition: [I]
5362test . rb :( 21 , 0 ) -( 21 , 9 ) # Jump to Foo#BBAR (constant_path_write_node)
5463
55- ## definition: test.rb:24:5
64+ ## definition: [J]
5665test . rb :( 23 , 0 ) -( 23 , 9 ) # Jump to Foo#CCAR (first arg of constant_path_target_node)
5766
58- ## definition: test.rb:25:5
67+ ## definition: [K]
5968test . rb :( 23 , 11 ) -( 23 , 20 ) # Jump to Foo#DDAR (second arg of constant_path_target_node)
0 commit comments