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 b8d1e41 commit 8631366Copy full SHA for 8631366
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