Project

General

Profile

Actions

Bug #11535

closed

inaccessable keyword arg names are allowed

Added by bughit (bug hit) almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:<unknown>]

Description

foo(for: 1)
end

foo param can not be accessed directly (without local_variable_get) since it's a reserved word

Actions #1

Updated by nobu (Nobuyoshi Nakada) almost 9 years ago

  • Description updated (diff)
  • Status changed from Open to Rejected

Yes, exactly local_variable_get is introduced for that purpose.

Actions

Also available in: Atom PDF

Like0
Like0