XFAIL typechecker test which leads to a cycle in the requirement machine

This PR introduces a `mapTypeIntoContext` in `InterfaceTypeRequest::evaluate` which introduces a cycle in this test.
This commit is contained in:
Meghana Gupta
2024-09-25 13:42:34 -07:00
parent 6061d465a6
commit 827caa9fce

View File

@@ -6,6 +6,8 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
// RUN: not %target-swift-frontend %s -typecheck
// REQUIRES: rdar136703549
enum ST:d
protocol a{typealias d:A.B{
{