You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error] --Error:/<redacted>/Test.scala:35:26
[error] 35| assert(Printer[Simple].format =="String")
[error] |^
[error] | cannot reduce summonFrom with
[error] |patterns : case t @ _:Printer[String]
[error] one error found
[error] one error found
Expectation
Code can be compiled. As it does for version 3.0.0-M3
The text was updated successfully, but these errors were encountered:
@nicolasstucki Wait... my previous comment was wrong.
I think #11557 also fixes this issue. I just tried this code with 3.0.0-RC2-bin-20210304-5fa55b1-NIGHTLY and it worked!
Compiler version
3.0.0-RC1
Minimized code
Output
Expectation
Code can be compiled. As it does for version 3.0.0-M3
The text was updated successfully, but these errors were encountered: