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 6fb58be commit b1f223aCopy full SHA for b1f223a
compiler/src/dotty/tools/dotc/semanticdb/SyntheticsExtractor.scala
@@ -72,7 +72,8 @@ class SyntheticsExtractor:
72
range(tree.span, tree.source),
73
s.ApplyTree(
74
tree.fun.toSemanticOriginal,
75
- tree.args.map(_.toSemanticTree)
+ tree.args.map(_.toSemanticTree),
76
+ SymbolInformation.Property.GIVEN.value
77
)
78
).toOpt
79
0 commit comments