extenders excludes inline defrecord/deftype impls
deftype/defrecord inline protocol methods went through extend-type -> register-method, so a record implementing a protocol inline showed up in (extenders P) — the JVM only lists extend/extend-type/extend-protocol registrations there (inline impls compile into the class). Add register-inline-method: it registers for dispatch under the record tag but skips the extender mark. The mark lives inside type-registry so the per-case corpus prune restores it. Closes corpus lists-extended-type + seq-of-tags.
This commit is contained in:
parent
10d2b992f7
commit
ccc76fd69f
4 changed files with 45 additions and 14 deletions
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue