3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-03-03 11:40:29 -08:00
parent e1e8d15827
commit 248a3676af

View file

@ -254,9 +254,9 @@ namespace Microsoft.Z3
/// </summary>
public Z3_ast Else;
public Z3_sort[] Domain;
public Z3_ast[] Domain;
public Z3_sort[] Range;
public Z3_ast[] Range;
}
/// <summary>