summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/generics/generic-subscript.slang
Commit message (Collapse)AuthorAge
* Allow __subscript<T> syntax. (#6124)Yong He2025-01-17
* Allow __subscript<T> syntax. * Fix.