mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
fix java compilation bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05b7aa3ebb
commit
41ad1d50f9
3 changed files with 55 additions and 25 deletions
|
@ -383,7 +383,7 @@ public class Context extends IDisposable
|
|||
**/
|
||||
public Expr MkUpdateField(FuncDecl field, Expr t, Expr v)
|
||||
{
|
||||
return Expr.Create
|
||||
return Expr.create
|
||||
(this,
|
||||
Native.datatypeUpdateField
|
||||
(nCtx(), field.getNativeObject(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue