File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/dotty/tools/dotc/typer Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ class ReTyper extends Typer {
72
72
override def tryInsertApplyOrImplicit (tree : Tree , pt : ProtoType )(fallBack : (Tree , TyperState ) => Tree )(implicit ctx : Context ): Tree =
73
73
fallBack(tree, ctx.typerState)
74
74
75
- override def addTypedModifiersAnnotations (mdef : untpd.MemberDef , sym : Symbol )(implicit ctx : Context ): Unit =
76
- () // was: typedModifiers(Modifiers(sym), sym)
77
- // but annotations are not transformed after typer, so no use to check them.
75
+ override def completeAnnotations (mdef : untpd.MemberDef , sym : Symbol )(implicit ctx : Context ): Unit = ()
78
76
79
77
override def ensureConstrCall (cls : ClassSymbol , parents : List [Tree ])(implicit ctx : Context ): List [Tree ] =
80
78
parents
You can’t perform that action at this time.
0 commit comments