You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} // for the lazy val in ScalaSigBytes to be GC'ed, the invoker of emitAnnotations() should hold the ScalaSigBytes in a method-local var that doesn't escape.
426
426
*/
427
427
case t @Apply(constr, args) if t.tpe.derivesFrom(JavaAnnotationClass) =>
428
-
valtyp= t.tpe.classSymbol.denot.info
428
+
valtyp= t.tpe.widen.classSymbol.denot.info
429
429
valassocs= assocsFromApply(t)
430
430
valdesc= innerClasesStore.typeDescriptor(typ) // the class descriptor of the nested annotation class
0 commit comments