Skip to content

Commit 41a8ffe

Browse files
committed
Switch to (using Context) in more files in typer
1 parent 92cb5ac commit 41a8ffe

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ trait Applications extends Compatibility {
834834
def typedApply(tree: untpd.Apply, pt: Type)(using Context): Tree = {
835835

836836
def realApply(using Context): Tree = {
837-
val originalProto = new FunProto(tree.args, IgnoredProto(pt))(this, tree.isUsingApply)(argCtx(tree))
837+
val originalProto = new FunProto(tree.args, IgnoredProto(pt))(this, tree.isUsingApply)(using argCtx(tree))
838838
record("typedApply")
839839
val fun1 = typedFunPart(tree.fun, originalProto)
840840

0 commit comments

Comments
 (0)