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 58aabb4 commit f435850Copy full SHA for f435850
compiler/src/dotty/tools/dotc/core/CheckRealizable.scala
@@ -80,7 +80,7 @@ class CheckRealizable(implicit ctx: Context) {
80
else realizability(tp.info).mapError(r => new ProblemInUnderlying(tp.info, r))
81
r andAlso {
82
sym.setFlag(Stable)
83
- realizability(tp.prefix)
+ realizability(tp.prefix).mapError(r => new ProblemInUnderlying(tp.prefix, r))
84
}
85
86
if (r == Realizable || tp.info.isStableRealizable) Realizable else r
0 commit comments