prism
prism copied to clipboard
Splat after kwsplat `def f(*, **); p(**, *); end` is wrongly accepted
def f(*, **); p(*, **, *); end; f(1)
# => Segmentation fault