We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8017e1d commit 174feb3Copy full SHA for 174feb3
1 file changed
src/property-lookup.md
@@ -53,8 +53,9 @@
53
- Return undefined
54
- If *base* is a value
55
- Let *baseType* = static type of *base* or defer
56
- - If *baseType* is invalidation
57
- - Return invalidation
+ - If *baseType* is invalid
+ - Return invalid
58
+ - *baseType* = *baseType*.ResolveAlias()
59
- If (*followedByCall* == false and *forceFixture* == false) and *baseType* defines an instance method `shock_proxy::get` (possibly a multi method)
60
- Let *foundRegularProperty* = false
61
- For each `shock_proxy::get(k:K):V` method
0 commit comments