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 8d53f95 commit 4bacb4fCopy full SHA for 4bacb4f
src/dotty/tools/dotc/core/pickling/ClassfileParser.scala
100644
100755
@@ -52,7 +52,7 @@ class ClassfileParser(
52
case e: RuntimeException =>
53
if (debug) e.printStackTrace()
54
throw new IOException(
55
- s"""class file $classfile is broken, reading aborted with $e.getClass
+ s"""class file $classfile is broken, reading aborted with ${e.getClass}
56
|${Option(e.getMessage).getOrElse("")}""".stripMargin)
57
}
58
0 commit comments