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 6ffbd75 + f33d686 commit 05d8e62Copy full SHA for 05d8e62
test/SILGen/parameterized_existentials_variadic.swift
@@ -1,5 +1,8 @@
1
// RUN: %target-swift-emit-silgen -module-name parameterized -disable-availability-checking %s -enable-experimental-feature VariadicGenerics | %FileCheck %s
2
3
+// Because of -enable-experimental-feature VariadicGenerics
4
+// REQUIRES: asserts
5
+
6
protocol P<A> {
7
associatedtype A
8
}
0 commit comments