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 5afdb98 + 0275f35 commit 24c3528Copy full SHA for 24c3528
test/Interpreter/moveonly_generics_casting.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-run-simple-swift(-Xfrontend -sil-verify-all -enable-experimental-feature NoncopyableGenerics) | %FileCheck %s
2
// RUN: %target-run-simple-swift(-O -Xfrontend -sil-verify-all -enable-experimental-feature NoncopyableGenerics) | %FileCheck %s
3
4
+// REQUIRES: executable_test
5
+
6
protocol P {
7
func speak()
8
}
0 commit comments