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 9e56db8 commit 4753947Copy full SHA for 4753947
compiler/src/dotty/tools/dotc/core/CheckRealizable.scala
@@ -14,7 +14,7 @@ import ast.tpd._
14
/** Realizability status */
15
object CheckRealizable {
16
17
- abstract class Realizability(val msg: String) {
+ sealed abstract class Realizability(val msg: String) {
18
def andAlso(other: => Realizability) =
19
if (this == Realizable) other else this
20
def mapError(f: Realizability => Realizability) =
0 commit comments