Add SMT type support to Solidity arrays

This commit is contained in:
Leonardo Alt
2019-03-06 11:29:26 +01:00
parent ee4beafd48
commit e74f58130e
8 changed files with 41 additions and 19 deletions
@@ -7,6 +7,3 @@ contract C
int[3*1] x;
}
// ----
// Warning: (92-100): Assertion checker does not yet support the type of this variable.
// Warning: (149-159): Assertion checker does not yet support the type of this variable.
// Warning: (153-156): Assertion checker does not yet implement this operator on non-integer types.