mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-12 08:35:46 +00:00
class Foo : Bar by baz produced no edge because the delegation_specifier loop only handled constructor_invocation and bare user_type children; the by form wraps user_type in an explicit_delegation node. Add that branch so the implements edge (and generic-arg recovery) fires.