aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala')
-rw-r--r--compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala b/compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala
index 6dd22db88..d20e890c2 100644
--- a/compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala
+++ b/compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala
@@ -54,7 +54,7 @@ class TastyUnpickler(reader: TastyReader) {
case FLATTENED =>
FlattenedName(readName(), readName().asSimpleName)
case EXPANDED =>
- XpandedName(readName(), readName().asSimpleName)
+ ExpandedName(readName(), readName().asSimpleName)
case SIGNED =>
val original = readName()
val result = readName().toTypeName