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
In the case where we really want to create a nondet java.lang.Object,
the java compiler does not emit a checkcast instruction, which means
that our attempt to divine the nondet type using checkcast fails.
This commit changes the behaviour of nondetWithNull so that it will
create an Object if the following instruction is not a checkcast.
The test nondetCastToObject tests this behaviour.
0 commit comments