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 831b098 + 90c3fa3 commit 0eded5fCopy full SHA for 0eded5f
test/SILOptimizer/moveonly_computed_property.swift
@@ -3,6 +3,9 @@
3
4
// REQUIRES: asserts
5
6
+// SIL verification failed: 'MoveOnly' types can only be copied in Raw SIL?!
7
+// REQUIRES: rdar118135397
8
+
9
// Applying a computed property to a move-only field in a class should occur
10
// entirely within a formal access to the class property. rdar://105794506
11
0 commit comments