We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de0505 commit 1bfd88eCopy full SHA for 1bfd88e
compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala
@@ -287,7 +287,6 @@ class TreePickler(pickler: TastyPickler) {
287
var mods = EmptyFlags
288
if tpe.isContextualMethod then mods |= Given
289
else if tpe.isImplicitMethod then mods |= Implicit
290
- if tpe.hasErasedParams then mods |= Erased
291
pickleMethodic(METHODtype, tpe, mods)
292
case tpe: ParamRef =>
293
assert(pickleParamRef(tpe), s"orphan parameter reference: $tpe")
0 commit comments