Skip to content

Commit 062adab

Browse files
committed
Use ApplyContextTree instead of ApplyTree for context parameter applications
1 parent 1c4e05d commit 062adab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/semanticdb/SyntheticsExtractor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class SyntheticsExtractor:
7070
) =>
7171
s.Synthetic(
7272
range(tree.span, tree.source),
73-
s.ApplyTree(
73+
s.ApplyContextTree(
7474
tree.fun.toSemanticOriginal,
7575
tree.args.map(_.toSemanticTree)
7676
)

0 commit comments

Comments
 (0)