From: naruse@... Date: 2020-03-14T11:19:16+00:00 Subject: [ruby-core:97493] [Ruby master Bug#16619] Error message of "x = return 1" is doubled Issue #16619 has been updated by naruse (Yui NARUSE). Backport changed from 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED to 2.5: REQUIRED, 2.6: DONE, 2.7: DONE ruby_2_7 eabf35a5d298c68f45dc600477fc586d7b868788. ---------------------------------------- Bug #16619: Error message of "x = return 1" is doubled https://bugs.ruby-lang.org/issues/16619#change-84641 * Author: 5.5 (5 5) * Status: Closed * Priority: Normal * Backport: 2.5: REQUIRED, 2.6: DONE, 2.7: DONE ---------------------------------------- The error message of ```rb x = return 1 ``` is **doubled** such as: ``` sample.rb:1: void value expression x = return 1 sample.rb:1: void value expression x = return 1 ``` -- https://bugs.ruby-lang.org/ Unsubscribe: