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 9404434 commit 34f4c49Copy full SHA for 34f4c49
src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1824,6 +1824,7 @@ object SymDenotations {
1824
override def isType = false
1825
override def owner: Symbol = throw new AssertionError("NoDenotation.owner")
1826
override def computeAsSeenFrom(pre: Type)(implicit ctx: Context): SingleDenotation = this
1827
+ override def mapInfo(f: Type => Type)(implicit ctx: Context): SingleDenotation = this
1828
validFor = Period.allInRun(NoRunId) // will be brought forward automatically
1829
}
1830
0 commit comments