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 4e8bb42 commit b590d93Copy full SHA for b590d93
compiler/src/dotty/tools/dotc/transform/PostTyper.scala
@@ -113,6 +113,7 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
113
val sym = tree.symbol
114
Checking.checkValidOperator(sym)
115
sym.transformAnnotations(transformAnnot)
116
+ sym.defTree = tree
117
tree
118
}
119
0 commit comments