Skip to content

Commit 4bacb4f

Browse files
committed
typo on ClassfileParser
1 parent 8d53f95 commit 4bacb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/pickling/ClassfileParser.scala

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ClassfileParser(
5252
case e: RuntimeException =>
5353
if (debug) e.printStackTrace()
5454
throw new IOException(
55-
s"""class file $classfile is broken, reading aborted with $e.getClass
55+
s"""class file $classfile is broken, reading aborted with ${e.getClass}
5656
|${Option(e.getMessage).getOrElse("")}""".stripMargin)
5757
}
5858

0 commit comments

Comments
 (0)