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 961a9e8 + 2094026 commit ce24ad3Copy full SHA for ce24ad3
test/IRGen/implicit_some_a.swift
@@ -1,5 +1,8 @@
1
// RUN: %target-swift-frontend -emit-ir -disable-availability-checking -primary-file %s %S/Inputs/implicit_some_b.swift -enable-experimental-feature ImplicitSome
2
3
+// Because of -enable-experimental-feature ImplicitSome
4
+// REQUIRES: asserts
5
+
6
protocol P {}
7
struct S: P {}
8
0 commit comments