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 3f8219d commit e6b5abeCopy full SHA for e6b5abe
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