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
attempts to exhaustively match on all possibly types, but there's no extractor for LazyRef in tasty-reflect. @romanowski What is this code used for? @nicolasstucki is there a good way to handle all types? In the compiler a common pattern is to match on TypeProxy and recurse on .underlying but I don't see a TypeProxy in tasty-reflect.
The code you attached is meant to construct showable representation of type (strings and links). LazyRefs probably need to be handled there to avoid MatchErrors.
Compiler version
Minimized code
build.sbt
project/build.properties
sbt.version=1.5.1
Foo.scala
Output
run
sbt doc
Expectation
The text was updated successfully, but these errors were encountered: