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 e77868c commit 1b09bffCopy full SHA for 1b09bff
compiler/src/dotty/tools/dotc/transform/Pickler.scala
@@ -93,7 +93,7 @@ class Pickler extends Phase {
93
if (previous != unpickled) {
94
output("before-pickling.txt", previous)
95
output("after-pickling.txt", unpickled)
96
- ctx.error(i"""pickling difference for ${cls.fullName} in ${cls.sourceFile}, for details:
+ ctx.error(s"""pickling difference for ${cls} in ${cls.sourceFile}, for details:
97
|
98
| diff before-pickling.txt after-pickling.txt""")
99
}
0 commit comments