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 faea569 commit 9f5ceb0Copy full SHA for 9f5ceb0
test/Sema/moveonly_objc_enum.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-typecheck-verify-swift -enable-experimental-move-only
2
3
+// REQUIRES: objc_interop
4
+
5
// Validate that we can't mark an objc enum as move only.
6
7
@_moveOnly
0 commit comments