We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe7aaf commit 75b1688Copy full SHA for 75b1688
1 file changed
src/main/java/org/jruby/prism/builder/IRBuilderPrism.java
@@ -1081,6 +1081,8 @@ protected Operand buildGetDefinition(Node node) {
1081
node instanceof ClassVariableOperatorWriteNode || node instanceof ClassVariableOrWriteNode ||
1082
node instanceof ConstantAndWriteNode || node instanceof ConstantOrWriteNode ||
1083
node instanceof ConstantPathWriteNode || node instanceof ConstantWriteNode ||
1084
+ node instanceof ConstantPathAndWriteNode ||node instanceof ConstantPathOrWriteNode ||
1085
+ node instanceof ConstantPathOperatorWriteNode ||
1086
node instanceof InstanceVariableAndWriteNode || node instanceof InstanceVariableOrWriteNode ||
1087
node instanceof InstanceVariableOperatorWriteNode ||
1088
node instanceof LocalVariableWriteNode ||
0 commit comments