Closed
Description
Compiler version
3.2.2-RC1-bin-20220930-fff8c0d-NIGHTLY-git-fff8c0d
Minimized code
@main def ParameterizedTypeLacksArgumentsID =
trait Foo(x: Int)
val foo = new Foo {}
Output
Previously this code would error with the unique error id of 54. You can see the expected output here. Now this is reported without an error ID.
Expectation
I'd expect the error ID to still be reported here. I consider it a regression that it's not.
Digging in, it seems that this was removed in #15986.