(ctx, { value })
| 3801 | } |
| 3802 | } |
| 3803 | resolve(ctx, { value }) { |
| 3804 | ctx.meta.runtime.beepValueToConsole(ctx.me, this.expression, value); |
| 3805 | return value; |
| 3806 | } |
| 3807 | }; |
| 3808 | var PropertyAccess = class _PropertyAccess extends Expression { |
| 3809 | static grammarName = "propertyAccess"; |
nothing calls this directly
no test coverage detected