Importing Top level type aliases (defined in dotty) doesn't seem to work when compiling with scala-2.13.2-SNAPSHOT-withtastyreader. This line fails to compile. The dotty library that I have imported is this
Hey thank for reporting this, so I will have to see if top level definition wrappers can be treated as package objects. As a workaround for now, you can explicitly reference the wrapper with Types$package
Importing Top level type aliases (defined in dotty) doesn't seem to work when compiling with
scala-2.13.2-SNAPSHOT-withtastyreader
. This line fails to compile. The dotty library that I have imported is this