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 4d4521d commit e3b86aeCopy full SHA for e3b86ae
compiler/src/dotty/tools/dotc/transform/Pickler.scala
@@ -78,7 +78,7 @@ class Pickler extends Phase {
78
// println(i"rawBytes = \n$rawBytes%\n%") // DEBUG
79
if (pickling ne noPrinter) {
80
println(i"**** pickled info of $cls")
81
- println(new TastyPrinter(pickler.assembleParts()).printContents())
+ println(new TastyPrinter(pickled).printContents())
82
}
83
84
0 commit comments