[Open] nested rest keyword argument

Issue #10028 has been reported by Nobuyoshi N…


Bug #10028: nested rest keyword argument

  • Author: Nobuyoshi N.
  • Status: Open
  • Priority: Normal
  • Assignee: Yukihiro M.
  • Category: syntax
  • Target version:
  • ruby -v: trunk
  • Backport: 2.0.0: REQUIRED, 2.1: REQUIRED

ネストしたrest argumentは通りますが

def f((*a)) end

ネストしたrest keyword argumentはsyntax errorになります。

def f((*a)) end #=> syntax error, unexpected **arg