summaryrefslogtreecommitdiffstats
path: root/tests/experiments/generic/multilevel-inheritance.slang
Commit message (Collapse)AuthorAge
* Skip creating transitive witnesses for interface conformances that are ↵aidanfnv2025-07-24
inherited through structs (#7597) * Eliminate null-pointer reference in multilevel struct interface inheritance * Add test * Replace witness nullptr guard with conformance check to skip the witness * Update test * Skip creating transitive witness entirely for struct-struct-interface * format code (#14) Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> * Removes casts, check for identity witness --------- Co-authored-by: slangbot <ellieh+slangbot@nvidia.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>