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 ec07dee commit 7c608c4Copy full SHA for 7c608c4
compiler/src/dotty/tools/dotc/core/Constraint.scala
@@ -146,7 +146,7 @@ abstract class Constraint extends Showable {
146
def checkClosed()(implicit ctx: Context): Unit
147
148
/** Constraint has not yet been retracted from a typer state */
149
- def isRetracted(): Boolean
+ def isRetracted: Boolean
150
151
/** Indicate that constraint has been retracted from a typer state */
152
def markRetracted(): Unit
0 commit comments