From: nagachika00@... Date: 2020-03-07T09:44:43+00:00 Subject: [ruby-core:97397] [Ruby master Bug#16619] Error message of "x = return 1" is doubled Issue #16619 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED to 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED ruby_2_6 r67839 merged revision(s) 6e6844320de989cb88a154e2ac75066ccea1bba2. ---------------------------------------- Bug #16619: Error message of "x = return 1" is doubled https://bugs.ruby-lang.org/issues/16619#change-84527 * Author: 5.5 (5 5) * Status: Closed * Priority: Normal * Backport: 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED ---------------------------------------- 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: