ruby/test/prism/fixtures/whitequark/ruby_bug_12402.txt

28 строки
438 B
Plaintext

foo += raise bar rescue nil
foo += raise(bar) rescue nil
foo = raise bar rescue nil
foo = raise(bar) rescue nil
foo.C += raise bar rescue nil
foo.C += raise(bar) rescue nil
foo.m += raise bar rescue nil
foo.m += raise(bar) rescue nil
foo::C ||= raise bar rescue nil
foo::C ||= raise(bar) rescue nil
foo::m += raise bar rescue nil
foo::m += raise(bar) rescue nil
foo[0] += raise bar rescue nil
foo[0] += raise(bar) rescue nil