Project

General

Profile

Bug #16619

Updated by sawa (Tsuyoshi Sawada) about 4 years ago

The error message messages of  

 ```rb 
 x = return 1 
 ``` 

 is **doubled** are **double** such as: 

 ``` 
 sample.rb:1: void value expression 
 x = return 1 
 sample.rb:1: void value expression 
 x = return 1 
 ``` 

Back