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.
2 parents c710052 + 8631366 commit 921a6faCopy full SHA for 921a6fa
compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala
@@ -64,7 +64,6 @@ class TastyUnpickler(reader: TastyReader) {
64
val result = readName().toTypeName
65
val params = until(end)(readName().toTypeName)
66
var sig = Signature(params, result)
67
- if (sig == Signature.NotAMethod) sig = Signature.NotAMethod // needed temporarily, as long as we read old tasty
68
original.withSig(sig).asInstanceOf[TermName]
69
case _ =>
70
simpleNameKindOfTag(tag)(readName())
0 commit comments