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 81d9d57 commit c1d79c6Copy full SHA for c1d79c6
standard/types.md
@@ -998,13 +998,13 @@ A compiler can treat a property ([§15.7](classes.md#157-properties)) as either
998
> {
999
> get
1000
1001
-> string tmp = _field;
1002
-> _field = null;
1003
-> return tmp;
+> string tmp = _field;
+> _field = null;
+> return tmp;
1004
> }
1005
> set
1006
1007
-> _field = value;
+> _field = value;
1008
1009
1010
>
0 commit comments