We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@_moveOnly
~Copyable
1 parent fe7b82a commit 64b6523Copy full SHA for 64b6523
1 file changed
swift/ql/test/extractor-tests/generated/stmt/DiscardStmt/test.swift
@@ -1,5 +1,5 @@
1
-@_moveOnly
2
-struct S {
+
+struct S : ~Copyable {
3
__consuming func f() {
4
discard self
5
}
0 commit comments