From: 5.5@... Date: 2020-02-10T03:24:19+00:00 Subject: [ruby-core:97106] [Ruby master Bug#16619] Error message of "x = return 1" is double Issue #16619 has been reported by 5.5 (5 5). ---------------------------------------- Bug #16619: Error message of "x = return 1" is double https://bugs.ruby-lang.org/issues/16619 * Author: 5.5 (5 5) * Status: Open * Priority: Normal * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- The error messages of ```rb x = return 1 ``` are **double** 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: