Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/ir/operands/Nil.java
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ public Nil() {

@Override
public OperandType getOperandType() {
return OperandType.LOCAL_VARIABLE;
return OperandType.NIL;
}

@Override

0 comments on commit 16824ff

Please sign in to comment.