Skip to content

Commit 1bcd488

Browse files
fixup! Specify source location for nondet expressions
1 parent 847d689 commit 1bcd488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jbmc/src/java_bytecode/java_bytecode_convert_method.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,6 @@ void java_bytecode_convert_methodt::convert_newarray(
25122512

25132513
const reference_typet ref_type = java_array_type(element_type);
25142514

2515-
PRECONDITION(!location.get_line().empty());
25162515
side_effect_exprt java_new_array(ID_java_new_array, ref_type, location);
25172516
java_new_array.copy_to_operands(op[0]);
25182517

0 commit comments

Comments
 (0)