The IndexOf operator, which exists in the smt20 language, cannot be converted to smt25. Attempting to do so throws an exception stringfuzz.generator.NotSupported.
The appropriate conversion for IndexOf in smt25 is str.indexof. The arguments do not need to be changed in any way, just the name of the operator.
The
IndexOf
operator, which exists in thesmt20
language, cannot be converted tosmt25
. Attempting to do so throws an exceptionstringfuzz.generator.NotSupported
.The appropriate conversion for
IndexOf
insmt25
isstr.indexof
. The arguments do not need to be changed in any way, just the name of the operator.