Skip to content
New issue

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

Fix scala.meta.tests.semanticdb.OccurrenceSuite -> example/Synthetic.scala #3975

Open
tgodzik opened this issue Sep 23, 2024 · 0 comments
Open

Comments

@tgodzik
Copy link
Collaborator

tgodzik commented Sep 23, 2024

It seems that yield now returns an additional local symbol for Scala 2.13.15, which is not correct.

  for {
    a <- scala.concurrent.Future.successful(1)
    b <- scala.concurrent.Future.successful(2)
    if a < b
  } yield a

last a is found to be a separate symbol (which might be true internally)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant