Skip to content

Commit ffc7f6f

Browse files
committed
retarget properties doc
1 parent f7c704f commit ffc7f6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/basedpython/features/properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# properties
22

3-
> **STATUS: planned for version 0.2, not yet implemented.** the `var`
3+
> **STATUS: planned for version 0.0.1a3, not yet implemented.** the `var`
44
> keyword, the `get`/`set` accessor block, `field`, `lateinit`, and the
55
> `let x: T` accessor form described below are not yet recognized by the
66
> parser. `let x: T = init` at class scope partially works as the
7-
> [modifier](modifiers.md) form. tracking item: properties v0.2
7+
> [modifier](modifiers.md) form. tracking item: properties v0.0.1a3
88
99
basedpython gives classes Kotlin-style property syntax. `var` and `let`
1010
declare instance state with a single declaration site; custom `get`/`set`

0 commit comments

Comments
 (0)