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 6a5f9da commit d5d1d42Copy full SHA for d5d1d42
compiler/src/dotty/tools/dotc/core/CheckRealizable.scala
@@ -49,7 +49,7 @@ object CheckRealizable {
49
def boundsRealizability(tp: Type)(implicit ctx: Context): Realizability =
50
new CheckRealizable().boundsRealizability(tp)
51
52
- private val LateInitialized = Lazy | Erased,
+ private val LateInitialized = Lazy | Erased
53
}
54
55
/** Compute realizability status */
0 commit comments