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 dec083a commit 76e31aaCopy full SHA for 76e31aa
compiler/src/dotty/tools/dotc/typer/TypeAssigner.scala
@@ -94,7 +94,7 @@ trait TypeAssigner {
94
val refinableDecls = info.decls.filter(
95
sym => !(sym.is(TypeParamAccessor | Private) || sym.isConstructor))
96
val fullType = (parentType /: refinableDecls)(addRefinement)
97
- mapOver(fullType)
+ apply(fullType)
98
case TypeBounds(lo, hi) if variance > 0 =>
99
apply(hi)
100
case _ =>
0 commit comments