Hi,
*.type does not accept by Scala 3 compiler. What is the correct syntax for such type?
The following is the code I use.
object *
given Conversion[*.type, List[*.type]] with
def apply(ast: *.type) = ast :: Nil
Thanks for your help.
Guofeng