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 6ce73bd commit b4bfd23Copy full SHA for b4bfd23
compiler/src/dotty/tools/dotc/core/classfile/ClassfileParser.scala
@@ -245,7 +245,7 @@ class ClassfileParser(
245
val sym = denot.symbol
246
val jflags = in.nextChar
247
val isEnum = (jflags & JAVA_ACC_ENUM) != 0
248
- val name = pool.getName(in.nextChar)
+ val name = pool.getName(in.nextChar).name
249
val isConstructor = name eq nme.CONSTRUCTOR
250
251
/** Strip leading outer param from constructor and trailing access tag for
0 commit comments