Skip to content

Commit cb0de0f

Browse files
committed
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.
1 parent 69e8dac commit cb0de0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/compiler_crashers_fixed/28435-swift-genericenvironment-maptypeintocontext.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not %target-swift-frontend %s -typecheck
9+
// REQUIRES: rdar136703549
10+
911
enum ST:d
1012
protocol a{typealias d:A.B{
1113
{

0 commit comments

Comments
 (0)