(ctx, { value })
| 4083 | } |
| 4084 | } |
| 4085 | resolve(ctx, { value }) { |
| 4086 | ctx.meta.runtime.beepValueToConsole(ctx.me, this.expression, value); |
| 4087 | return value; |
| 4088 | } |
| 4089 | }; |
| 4090 | var PropertyAccess = class _PropertyAccess extends Expression { |
| 4091 | static grammarName = "propertyAccess"; |
nothing calls this directly
no test coverage detected