Skip to content
Snippets Groups Projects
Commit 18c9c8f5 authored by Christian Humer's avatar Christian Humer
Browse files

Fix PromiseStatement must annotate the child field with @Child otherwise the AST is invalid.

parent e8fc704f
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,7 @@ final class REngine implements RContext.Engine {
}
private static class PromiseStatement extends RNode implements RSyntaxNode {
private final RNode promise;
@Child private RNode promise;
PromiseStatement(RNode promise) {
this.promise = promise;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment