File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/backend/jvm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -531,9 +531,9 @@ trait BCodeHelpers extends BCodeIdiomatic with BytecodeWriters {
531531 emitAnnotations(mirrorMethod, others)
532532 val params : List [Symbol ] = Nil // backend uses this to emit annotations on parameter lists of forwarders
533533 // to static methods of companion class
534- // in Dotty this link does not exists: there is no way to get from method type
534+ // Old assumption: in Dotty this link does not exists: there is no way to get from method type
535535 // to inner symbols of DefDef
536- // todo: somehow handle .
536+ // TODO: now we have paramSymss and could use it here .
537537 emitParamAnnotations(mirrorMethod, params.map(_.annotations))
538538
539539 mirrorMethod.visitCode()
You can’t perform that action at this time.
0 commit comments