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 9246d16 commit 6e29748Copy full SHA for 6e29748
compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala
@@ -48,7 +48,7 @@ class TastyUnpickler(reader: TastyReader) {
48
val result = tag match {
49
case UTF8 =>
50
goto(end)
51
- termName(bytes, start.index, length).decode
+ termName(bytes, start.index, length)
52
case QUALIFIED | FLATTENED | EXPANDED | EXPANDPREFIX =>
53
qualifiedNameKindOfTag(tag)(readName(), readName().asSimpleName)
54
case UNIQUE =>
0 commit comments