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 a24218a commit b66bcfeCopy full SHA for b66bcfe
compiler/src/dotty/tools/dotc/core/CheckRealizable.scala
@@ -74,7 +74,7 @@ class CheckRealizable(implicit ctx: Context) {
74
else {
75
val r =
76
if (!sym.isStable) NotStable
77
- else if (!isLateInitialized(sym)) realizability(tp.prefix)
+ else if (!isLateInitialized(sym)) Realizable
78
else if (!sym.isEffectivelyFinal) new NotFinal(sym)
79
else realizability(tp.info).mapError(r => new ProblemInUnderlying(tp.info, r))
80
val r1 = if (r == Realizable) {
0 commit comments