Skip to content

Commit 4969ce5

Browse files
committed
resolved the conflict in CreateASTVisitor
1 parent a0edc1f commit 4969ce5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

liquidjava-verifier/src/main/java/liquidjava/rj_language/visitors/CreateASTVisitor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ else if (rc instanceof LitContext)
159159
return create(((LitContext) rc).literal());
160160
else if (rc instanceof VarContext) {
161161
return new Var(((VarContext) rc).ID().getText());
162-
} else if (rc instanceof TargetInvocationContext) {
163-
// TODO Finish Invocation with Target (a.len())
164-
return null;
165162
} else if (rc instanceof ResultContext) {
166163
return new Var("$result");
167164
} else if (rc instanceof InvocationContext) {

0 commit comments

Comments
 (0)