Skip to content

Commit b1f223a

Browse files
committed
Add context parameter applications properties
1 parent 6fb58be commit b1f223a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ class SyntheticsExtractor:
7272
range(tree.span, tree.source),
7373
s.ApplyTree(
7474
tree.fun.toSemanticOriginal,
75-
tree.args.map(_.toSemanticTree)
75+
tree.args.map(_.toSemanticTree),
76+
SymbolInformation.Property.GIVEN.value
7677
)
7778
).toOpt
7879

0 commit comments

Comments
 (0)