Skip to content

Commit 7c608c4

Browse files
committed
Fix () typo
1 parent ec07dee commit 7c608c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Constraint.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ abstract class Constraint extends Showable {
146146
def checkClosed()(implicit ctx: Context): Unit
147147

148148
/** Constraint has not yet been retracted from a typer state */
149-
def isRetracted(): Boolean
149+
def isRetracted: Boolean
150150

151151
/** Indicate that constraint has been retracted from a typer state */
152152
def markRetracted(): Unit

0 commit comments

Comments
 (0)