mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
add 'throws' declaration
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d45c7ce082
commit
67827ede4c
|
@ -382,6 +382,7 @@ public class Context extends IDisposable
|
|||
* the remainig fields of t are unchanged.
|
||||
**/
|
||||
public Expr MkUpdateField(FuncDecl field, Expr t, Expr v)
|
||||
throws Z3Exception
|
||||
{
|
||||
return Expr.create
|
||||
(this,
|
||||
|
|
Loading…
Reference in a new issue