Actions
Bug #10719
closedempty splatting literal hash after other keywords causes SEGV
Bug #10719:
empty splatting literal hash after other keywords causes SEGV
Description
$ ruby -e 'foo(a: 1, **{})'
ruby: [BUG] Segmentation fault at 0x00000000000018
ruby 2.3.0dev (2015-01-09 trunk 49192) [universal.x86_64-darwin14]
Actions