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.
2 parents 8ecc927 + e3b86ae commit 55aae90Copy full SHA for 55aae90
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