Skip to content

Commit 174feb3

Browse files
committed
upd
1 parent 8017e1d commit 174feb3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/property-lookup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353
- Return undefined
5454
- If *base* is a value
5555
- Let *baseType* = static type of *base* or defer
56-
- If *baseType* is invalidation
57-
- Return invalidation
56+
- If *baseType* is invalid
57+
- Return invalid
58+
- *baseType* = *baseType*.ResolveAlias()
5859
- If (*followedByCall* == false and *forceFixture* == false) and *baseType* defines an instance method `shock_proxy::get` (possibly a multi method)
5960
- Let *foundRegularProperty* = false
6061
- For each `shock_proxy::get(k:K):V` method

0 commit comments

Comments
 (0)