Skip to content

Commit e04afc2

Browse files
committed
revert changes in PostTyper
1 parent 391c83f commit e04afc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/transform/PostTyper.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
113113
val sym = tree.symbol
114114
Checking.checkValidOperator(sym)
115115
sym.transformAnnotations(transformAnnot)
116+
sym.defTree = tree
116117
tree
117118
}
118119

0 commit comments

Comments
 (0)