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
Mixin forwarders are now emitted unconditionally and without generic
signatures, this broke lsp4j and therefore our language server, emitting
mixin forwards with the Artifact flag (which remember corresponds to
SYNTHETIC in Java bytecode) unbreaks lsp4j, and it seems reasonable to
use this for all the forwarders we generate for traits, including
super-accessors.
0 commit comments