We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f4f9f8 + c18d57a commit f843759Copy full SHA for f843759
test/Generics/sr11153.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-swift-frontend -typecheck -debug-generic-signatures %s 2>&1 | not %FileCheck %s
2
// RUN: %target-swift-frontend -emit-ir %s
3
4
+// XFAIL: asserts
5
+
6
// CHECK: Requirement signature: <Self where Self.Field : FieldAlgebra>
7
public protocol VectorSpace {
8
associatedtype Field: FieldAlgebra
0 commit comments