We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dd3c5 commit ccd7ae4Copy full SHA for ccd7ae4
src/jvm/clojure/lang/Compiler.java
@@ -2755,7 +2755,7 @@ public boolean canEmitPrimitive(){
2755
}
2756
2757
public void emitUnboxed(C context, ObjExpr objx, GeneratorAdapter gen){
2758
- expr.emit(context,objx,gen);
+ expr.emit(C.EXPRESSION,objx,gen);
2759
gen.instanceOf(Type.getType(c));
2760
2761
0 commit comments