Actions
Bug #14911
closedSegmentation fault
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17]
Description
Hi,
This SyntaxError
def foobar
‘x’, 'y'
end
But this Segmentation fault
def foobar
‘x’,nil
end
Actions
Like0
Like0Like0Like0