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
Sorry for the wait on this, been busy as a bee on my own projects. So far, the common trigger for this bug seems to be using quotes that use a matched type inside of a partial function.
I'll see if I can quickly put together a minimal example tonight.
--Error:5|'{ ${ Expr(Type.show[r]) } }
|^|Found: quoted.Type[?1.CAP]
|Required: quoted.Quotes||where: ?1 is an unknown value of typescala.runtime.TypeBox[Nothing, AnyKind]
Compiler version
3.1.0
Minimized code
note: I'll add minimized code later, this bug seems hard to trigger
as you see, there's an error highlighted in this code.
Giving
Quotes
a name resolves the error.Output
Expectation
I shouldn't need a name for Quotes here.
The text was updated successfully, but these errors were encountered: