mirror of
https://github.com/apple/pkl.git
synced 2026-03-19 07:43:59 +01:00
Update Hidden Properties documentation (#91)
This commit is contained in:
@@ -991,6 +991,7 @@ class Bird {
|
||||
|
||||
pigeon = new Bird { // <3>
|
||||
name = "Pigeon"
|
||||
lifespan = 8
|
||||
}
|
||||
|
||||
pigeonInIndex = pigeon.nameAndLifespanInIndex // <4>
|
||||
@@ -1012,7 +1013,7 @@ pigeon {
|
||||
lifespan = 8
|
||||
nameSignWidth = 9
|
||||
}
|
||||
pigeonInIndex = "Pigeon, 5"
|
||||
pigeonInIndex = "Pigeon, 8"
|
||||
pigeonDynamic {
|
||||
name = "Pigeon"
|
||||
lifespan = 8
|
||||
|
||||
Reference in New Issue
Block a user