mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user