-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:typeritype:bugregressionThis worked in a previous version but doesn't anymoreThis worked in a previous version but doesn't anymore
Milestone
Description
Based on OpenCB failure in tschuchortdev/hkd4s - Open CB logs
Compiler 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
package foo.internal
protected[foo] class ArrayProduct(val elems: Array[Any])package foo
import foo.internal.ArrayProduct
def Test = {
val _ = ArrayProduct(Array[Any]())
}Output
-- [E006] Not Found Error: /Users/wmazur/projects/scala/sandbox/test.scala:7:10 ----------------------------------------------------------------------------------------------------------------------------
7 | val _ = ArrayProduct(Array[Any]())
| ^^^^^^^^^^^^
| Not found: ArrayProductExpectation
Should compile
Metadata
Metadata
Assignees
Labels
area:typeritype:bugregressionThis worked in a previous version but doesn't anymoreThis worked in a previous version but doesn't anymore