Closed
Description
Opening VSCode on BryanAbate@da2e2fa and navigating to tastydoc/src/dotty/tastydoc/printer.scala
will show a bunch of errors like the one below:
cannot merge
method formatToMarkdown in package tastydoc of type (container: dotty.tastydoc.Container, level: Int): String and
method formatToMarkdown in package tastydoc of type (container: dotty.tastydoc.Container, level: Int): String
they are both defined in package tastydoc but have matching signatures
(container: dotty.tastydoc.Container, level: Int): String and
(container: dotty.tastydoc.Container, level: Int): String
as members of package tastydoc
However, the code compiles w/o issues in SBT.
IDE LSP communication logs show nothing out of the ordinary, neither does anything appear in SBT.