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.
2 parents ee7bc52 + 2a5e1c7 commit 0c8eddcCopy full SHA for 0c8eddc
test/corpus/expressions.txt
@@ -5541,6 +5541,25 @@ B = /== (.*) ==/
5541
rhs: (regex
5542
(literal_content))))
5543
5544
+==========================
5545
+multiple read instance var
5546
5547
+
5548
+foo.try &.@bar.@baz
5549
5550
+---
5551
5552
+(expressions
5553
+ (call
5554
+ receiver: (identifier)
5555
+ method: (identifier)
5556
+ arguments: (argument_list
5557
+ (block_argument
5558
+ (implicit_object_call
5559
+ receiver: (implicit_object_call
5560
+ (instance_var))
5561
+ (instance_var))))))
5562
5563
===========
5564
loc pragmas
5565
0 commit comments