Skip to content
Snippets Groups Projects
Commit cd28f1d7 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

SeqNoClassFromAndLengthNode has children, so has to be a Node too

parent b53d53b1
No related branches found
No related tags found
No related merge requests found
......@@ -199,11 +199,11 @@ public final class SeqFunctions {
}
}
public static class SeqNoClassFromAndLengthNode {
public static class SeqNoClassFromAndLengthNode extends Node {
final SeqInt seqInt;
final RFunction seqIntFunction;
final ConditionProfile isNumericProfile;
@Child SeqInt seqInt;
@Child public GetClassAttributeNode getClassAttributeNode;
@Child IsMissingOrNumericNode fromCheck;
......
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