1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 07:25:44 +03:00
semantic/test/fixtures/ruby/corpus/bitwise-operator.parseA.txt

17 lines
218 B
Plaintext
Raw Normal View History

2017-02-23 01:36:22 +03:00
(Program
2017-08-25 00:55:39 +03:00
(BOr
2018-04-11 08:07:05 +03:00
(Send
(Identifier))
(Send
(Identifier)))
2017-08-25 00:55:39 +03:00
(RShift
2018-04-11 08:07:05 +03:00
(Send
(Identifier))
(Send
(Identifier)))
2017-08-25 00:55:39 +03:00
(BXOr
2018-04-11 08:07:05 +03:00
(Send
(Identifier))
(Send
(Identifier))))