We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cba08c commit 5369960Copy full SHA for 5369960
src/java_bytecode/expr2java.cpp
@@ -499,8 +499,6 @@ std::string expr2javat::convert(
499
else if(src.id()==ID_side_effect &&
500
src.get(ID_statement)==ID_throw)
501
return convert_function(src, "throw", precedence=16);
502
- else if(src.is_constant() && to_constant_expr(src).get_value()==ID_nullptr)
503
- return "nullptr";
504
else if(src.id()==ID_unassigned)
505
return "?";
506
else if(src.id()=="pod_constructor")
0 commit comments