Skip to content

Commit 969e678

Browse files
committed
fixup! Update KEEP on Explicit backing fields feature
1 parent a7c6008 commit 969e678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: proposals/explicit-backing-fields.md

+1
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ Property with explicit backing field:
327327
* must be initialized right away. It can't be initialized from `init` block
328328
(otherwise we can't differentiate whether initializer expected here or not)
329329
* can't be `var` if it has property initializer (to prevent ambiguity of what should be mutable here)
330+
* can't be extension property
330331

331332
Neither property with explicit backing field:
332333
* nor its accessors can be `inline`

0 commit comments

Comments
 (0)