mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 23:43:15 +00:00
fix java
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aad09816cb
commit
f14a2b9a7c
1 changed files with 1 additions and 1 deletions
|
@ -1982,7 +1982,7 @@ public class Context implements AutoCloseable {
|
||||||
*/
|
*/
|
||||||
public SeqExpr intToString(Expr e)
|
public SeqExpr intToString(Expr e)
|
||||||
{
|
{
|
||||||
return (SeqExpr) Expr.create(this, Native.Z3_mkIntToStr(nCtx(), e.getNativeObject()));
|
return (SeqExpr) Expr.create(this, Native.mkIntToStr(nCtx(), e.getNativeObject()));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue