summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/interfaces/static-method-not-implemented.slang
Commit message (Collapse)AuthorAge
* Fix exact-match witness synthesis for static functions (#6204)Darren Wihandi2025-01-29
* fix non-static methods when trying to synthesize method requirement witness * add tests * update test * improve test --------- Co-authored-by: Yong He <yonghe@outlook.com>