We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the following snippet: https://scastie.scala-lang.org/nAtEZkgdSPuuQWXfiS4XrA
If we remove the inline keyword it works fine.
inline
The text was updated successfully, but these errors were encountered:
I’m not sure whether this is the same issue or not, but here is another test case that fails with inlined methods: https://scastie.scala-lang.org/6bHky7zRQs61mUlhVvywpQ
Sorry, something went wrong.
Sharpen condition when to elide this during inlining
this
81e2d38
This fixes the second half of scala#2895.
97b9c07
Merge pull request #2912 from dotty-staging/fix-#2895
951b53e
Fix #2895: Two fixes for inlining
No branches or pull requests
See the following snippet: https://scastie.scala-lang.org/nAtEZkgdSPuuQWXfiS4XrA
If we remove the
inline
keyword it works fine.The text was updated successfully, but these errors were encountered: