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.
stripMargin
1 parent bb69949 commit 52a604cCopy full SHA for 52a604c
compiler/src/dotty/tools/dotc/transform/Pickler.scala
@@ -112,8 +112,8 @@ class Pickler extends Phase {
112
if (previous != unpickled) {
113
output("before-pickling.txt", previous)
114
output("after-pickling.txt", unpickled)
115
- ctx.error(s"""pickling difference for ${cls} in ${cls.sourceFile}, for details:
+ ctx.error(s"""pickling difference for $cls in ${cls.sourceFile}, for details:
116
|
117
- | diff before-pickling.txt after-pickling.txt""")
+ | diff before-pickling.txt after-pickling.txt""".stripMargin)
118
}
119
0 commit comments