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.
1 parent 879ff13 commit 7248fbaCopy full SHA for 7248fba
test/SILOptimizer/propagate_opaque_return_type.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-run-simple-swift(-O -Xfrontend -sil-verify-all) | %FileCheck %s
2
3
+// REQUIRES: executable_test
4
+
5
protocol P {}
6
extension P {
7
func foo() -> some Sequence<Int> {
0 commit comments