You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve true array type in Java -> GOTO conversion. Fixesdiffblue#184.
Previously all object array allocations became a generic void** when
a Java-new operator was lowered into a CPP-new one. Now the type is
preserved and is therefore available in the symbol table to build an
appropriate source-level type during testcase generation.
0 commit comments