summaryrefslogtreecommitdiff
path: root/tests/language-feature/interfaces/argument-direction-mismatch.slang
AgeCommit message (Expand)Author
2025-07-24Fix confusing error messages for interface return type mismatches (#7854)Copilot
2024-12-30Check mismatching method parameter direction against interface declaration. (...Yong He