summaryrefslogtreecommitdiff
path: root/tests/language-feature/generics/generic-interface-linkage-2.slang
AgeCommit message (Collapse)Author
2025-07-25Fix for Generic Function Redefinition Error (#7891)Gangzheng Tong
* 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