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 92335b1 + be35884 commit 700b11dCopy full SHA for 700b11d
docs/ReferenceGuides/UnderscoredAttributes.md
@@ -209,7 +209,7 @@ Marks a property as being a stored property in a swiftinterface.
209
For `@frozen` types, the compiler needs to be able to tell whether a particular
210
property is stored or computed to correctly perform type layout.
211
212
-```
+```swift
213
@frozen struct S {
214
@_hasStorage var x: Int { get set } // stored
215
var y: Int { get set } // computed
0 commit comments