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