Stress test on type system involving many statically resolved type parameters #9382
Labels
Area-Compiler-SRTP
bugs in SRTP inference, resolution, witness passing, code gen
Bug
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Succinct description of the issue
I found a case involving a few inline functions/operators and many statically resolved type parameters for which the compiler cannot found a solution.
Steps required to reproduce the problem
Consider this code.
ZIP of solution containing that code.
Expected behavior
The code compiles.
Actual behavior
The codes doesn't compile. Here is the build output.
Known workarounds
Add more type annotations...specifically by commenting in the commented out line (and then commenting out the line it replaces).
Related information
The text was updated successfully, but these errors were encountered: