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
Detection of any instructions were emitted wasn't robust enough,
as it assumes that any ASM node would result in some byte code instruction being emmited.
This is not true for LineNumber nodes and exploded with
`ClassFormatError: Illegal exception Table range`
0 commit comments