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
But in dotty we get (after the compiler stops desperately searching for a matching implicit view for several seconds):
error:typemismatch:found : Int(1)
required:
Labelling this issue as Parser because that's where the error is emitted in scalac but I don't know if we wish to reimplement that logic in there or do something later.