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 417f720 commit 36c66e9Copy full SHA for 36c66e9
compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala
@@ -166,7 +166,7 @@ class TreePickler(pickler: TastyPickler) {
166
}
167
catch {
168
case ex: AssertionError =>
169
- println(i"error when pickling type $tpe")
+ println(em"error when pickling type $tpe")
170
throw ex
171
172
@@ -661,7 +661,7 @@ class TreePickler(pickler: TastyPickler) {
661
case ex: TypeError =>
662
report.error(ex.toMessage, tree.srcPos.focus)
663
664
- println(i"error when pickling tree $tree")
+ println(em"error when pickling tree $tree")
665
666
667
0 commit comments