summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/generics/generic-interface-linkage-2.slang
Commit message (Collapse)AuthorAge
* Fix for Generic Function Redefinition Error (#7891)Gangzheng Tong2025-07-25
* emit literal values in getTypeNameHint for bool, str etc. * add test for specializing generics with bool literals * fix build error * add specializing with Enum type test