Skip to content

Commit 6d4b65f

Browse files
committed
remove ctx from funproto derive function
1 parent 15ea692 commit 6d4b65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ object ProtoTypes {
396396
args: List[untpd.Tree] = this.args,
397397
resultType: Type = this.resultType,
398398
typer: Typer = this.typer,
399-
constrainResultDeep: Boolean = this.constrainResultDeep)(using Context): FunProto =
399+
constrainResultDeep: Boolean = this.constrainResultDeep): FunProto =
400400
if (args eq this.args)
401401
&& (resultType eq this.resultType)
402402
&& (typer eq this.typer)

0 commit comments

Comments
 (0)