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
Based on OpenCB failure in tschuchortdev/hkd4s - Open CB logs
tschuchortdev/hkd4s
Last good release: 3.7.0-RC1-bin-20250216-41d4762-NIGHTLY First bad release: 3.7.0-RC1-bin-20250217-705e10e-NIGHTLY Bisect points to fddab10
package foo.internal protected[foo] class ArrayProduct(val elems: Array[Any])
package foo import foo.internal.ArrayProduct def Test = { val _ = ArrayProduct(Array[Any]()) }
-- [E006] Not Found Error: /Users/wmazur/projects/scala/sandbox/test.scala:7:10 ---------------------------------------------------------------------------------------------------------------------------- 7 | val _ = ArrayProduct(Array[Any]()) | ^^^^^^^^^^^^ | Not found: ArrayProduct
Should compile
The text was updated successfully, but these errors were encountered:
28fa050
som-snytt
Successfully merging a pull request may close this issue.
Based on OpenCB failure in
tschuchortdev/hkd4s
- Open CB logsCompiler version
Last good release: 3.7.0-RC1-bin-20250216-41d4762-NIGHTLY
First bad release: 3.7.0-RC1-bin-20250217-705e10e-NIGHTLY
Bisect points to fddab10
Minimized code
Output
Expectation
Should compile
The text was updated successfully, but these errors were encountered: