Project

General

Profile

Actions

Backport #9298

closed

Backport r44420: unknown keyword error with unnamed rest keywords argument

Added by nobu (Nobuyoshi Nakada) over 10 years ago. Updated about 10 years ago.

Status:
Closed

Description

The following code should not raise "unknown keyword" error.

  def f10(a: 1, **)
    a
  end

  f10(b: 42)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0