summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-6331.slang
AgeCommit message (Collapse)Author
2025-02-12Allow LHS of `where` to be any type. (#6333)Yong He
* Allow LHS of `where` to be any type. * Register free-form extensions when loading precompiled module. * Fix test. * Fix. * Fix `as<IRType>`. * try fix precompiled module test.