File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/org/jruby/prism/builder Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1081,6 +1081,8 @@ protected Operand buildGetDefinition(Node node) {
10811081 node instanceof ClassVariableOperatorWriteNode || node instanceof ClassVariableOrWriteNode ||
10821082 node instanceof ConstantAndWriteNode || node instanceof ConstantOrWriteNode ||
10831083 node instanceof ConstantPathWriteNode || node instanceof ConstantWriteNode ||
1084+ node instanceof ConstantPathAndWriteNode ||node instanceof ConstantPathOrWriteNode ||
1085+ node instanceof ConstantPathOperatorWriteNode ||
10841086 node instanceof InstanceVariableAndWriteNode || node instanceof InstanceVariableOrWriteNode ||
10851087 node instanceof InstanceVariableOperatorWriteNode ||
10861088 node instanceof LocalVariableWriteNode ||
You can’t perform that action at this time.
0 commit comments