-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Java method with varargs fails with NoType #9912
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
Labels
Milestone
Comments
May be the same root cause as #9749. |
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 7, 2020
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 7, 2020
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 7, 2020
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 7, 2020
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 7, 2020
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 7, 2020
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 7, 2020
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Minimized code
The Java class with two methods (the Java logger class is an excerpt from Slf4j)
Output (click arrow to expand)
This works in scala 2.13, and dotty 0.26.0, in Dotty 0.27.0-RC1 it fails compilation, latest snapshots it crashes.
In dotty 0.27.0-RC1 it fails with
in latest snapshots (
0.28.0-bin-20200928-09eaed7-NIGHTLY
) it crashes the compiler.The text was updated successfully, but these errors were encountered: