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 e7086ef commit 30396eaCopy full SHA for 30396ea
compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
@@ -107,7 +107,7 @@ object ProtoTypes {
107
/** A class marking ignored prototypes that can be revealed by `deepenProto` */
108
case class IgnoredProto(ignored: Type) extends UncachedGroundType with MatchAlways {
109
override def revealIgnored = ignored.revealIgnored
110
- override def deepenProto(implicit ctx: Context): Type = ignored.deepenProto
+ override def deepenProto(implicit ctx: Context): Type = ignored
111
}
112
113
/** A prototype for expressions [] that are part of a selection operation:
0 commit comments