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
CLJ-1657: Treat abstract methods like interface methods in proxies
Before this patch, generate-proxy for abstract classes produced
incorrect bytecode, with a call to super's method (which obviously
doesn't exist for abstract methods).
Signed-off-by: Stuart Halloway <[email protected]>
0 commit comments