We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f5726 commit 2fda5e1Copy full SHA for 2fda5e1
project/ShadedSourceGenerator.scala
@@ -68,8 +68,6 @@ object ShadedSourceGenerator {
68
val patches = Map(
69
"import scala" -> "import _root_.scala",
70
" scala.collection." -> " _root_.scala.collection.",
71
- "_root_.pprint" -> "_root_.dotty.shaded.pprint",
72
- "_root_.fansi" -> "_root_.dotty.shaded.fansi",
73
"def apply(c: Char): Trie[T]" -> "def apply(c: Char): Trie[T] | Null",
74
"var head: Iterator[T] = null" -> "var head: Iterator[T] | Null = null",
75
"if (head != null && head.hasNext) true" -> "if (head != null && head.nn.hasNext) true",
0 commit comments