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 15ea692 commit 6d4b65fCopy full SHA for 6d4b65f
compiler/src/dotty/tools/dotc/typer/ProtoTypes.scala
@@ -396,7 +396,7 @@ object ProtoTypes {
396
args: List[untpd.Tree] = this.args,
397
resultType: Type = this.resultType,
398
typer: Typer = this.typer,
399
- constrainResultDeep: Boolean = this.constrainResultDeep)(using Context): FunProto =
+ constrainResultDeep: Boolean = this.constrainResultDeep): FunProto =
400
if (args eq this.args)
401
&& (resultType eq this.resultType)
402
&& (typer eq this.typer)
0 commit comments