You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- [E086] SyntaxError:/Users/wmazur/projects/dotty/bisect/main.scala:11:25---11| headers.forEach((a, b) =>???)
| ^^^^^^^^^^^^^
|Wrong number of parameters, expected: 1|
Expectation
Should compile. Compiler should use the overloaded variant of forEach method taking a BiConsumer instead of Consumer[Entry[String,String] defined in Java stdlib.
The text was updated successfully, but these errors were encountered:
Open Community Builder failure based on the following projects:
Compiler version
3.4.0-RC1-bin-20231117-5bb6f0d-NIGHTLY
Bisect points to 171773d
Minimized code
Output
Expectation
Should compile. Compiler should use the overloaded variant of
forEach
method taking aBiConsumer
instead ofConsumer[Entry[String,String]
defined in Java stdlib.The text was updated successfully, but these errors were encountered: