We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to see if this is something we can fix on dotty side or cover with migration tool:
/Users/dark/workspace/dotty/scala-scala/src/library/scala/collection/mutable/BufferLike.scala:204: error: type mismatch: found : scala.collection.script.Message[A(in BufferLike)] => U required: scala.collection.script.Message[s.A(in Script)] => U case s: Script[_] => s.iterator foreach << ^
lampepfl/scala@1658a75 Fixes compilation error on the library side.
The text was updated successfully, but these errors were encountered:
Merge pull request #1377 from dotty-staging/#1365
dfa3280
Fix 1365: Fix bindings in patterns
Fixed completely by #1401
Sorry, something went wrong.
No branches or pull requests
We need to see if this is something we can fix on dotty side or cover with migration tool:
lampepfl/scala@1658a75
Fixes compilation error on the library side.
The text was updated successfully, but these errors were encountered: