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 {
531
531
emitAnnotations(mirrorMethod, others)
532
532
val params : List [Symbol ] = Nil // backend uses this to emit annotations on parameter lists of forwarders
533
533
// 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
535
535
// to inner symbols of DefDef
536
- // todo: somehow handle .
536
+ // TODO: now we have paramSymss and could use it here .
537
537
emitParamAnnotations(mirrorMethod, params.map(_.annotations))
538
538
539
539
mirrorMethod.visitCode()
You can’t perform that action at this time.
0 commit comments