mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
Managed API: Refactoring.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
682a725e13
commit
75b1278e97
2 changed files with 8 additions and 6 deletions
|
@ -388,7 +388,7 @@ namespace Microsoft.Z3
|
|||
IntPtr[] n_constr = new IntPtr[n];
|
||||
for (uint i = 0; i < n; i++)
|
||||
{
|
||||
var constructor = c[i];
|
||||
Constructor[] constructor = c[i];
|
||||
Contract.Assume(Contract.ForAll(constructor, arr => arr != null), "Clousot does not support yet quantified formula on multidimensional arrays");
|
||||
CheckContextMatch(constructor);
|
||||
cla[i] = new ConstructorList(this, constructor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue