fabric-loader icon indicating copy to clipboard operation
fabric-loader copied to clipboard

Skip synthetic methods in entrypoints

Open modmuss50 opened this issue 11 months ago • 1 comments

Skip synthetic methods in entrypoints, such as the main(String[]) method added by kotlin when using top-level functions.

Im not sure if I like this, and it technically is a breaking change (although I doubt anyone is using this?)

modmuss50 avatar Mar 03 '24 12:03 modmuss50

Ideally we'd skip the methods with the wrong descriptor instead - it has to be identical the non-defaut interface method.

sfPlayer1 avatar Mar 04 '24 02:03 sfPlayer1

Closing this as its not a good solution, and only a very minor issue.

modmuss50 avatar Apr 03 '24 15:04 modmuss50