Project

General

Profile

Bug #11535

Updated by nobu (Nobuyoshi Nakada) over 8 years ago

```ruby 
 foo(for: 1) 
 end 
 ``` 

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

Back