diff options
Diffstat (limited to 'test/libsolidity/smtCheckerTests/functions/functions_identity_as_tuple.sol')
-rw-r--r-- | test/libsolidity/smtCheckerTests/functions/functions_identity_as_tuple.sol | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/smtCheckerTests/functions/functions_identity_as_tuple.sol b/test/libsolidity/smtCheckerTests/functions/functions_identity_as_tuple.sol index 3793f411..2ecff63e 100644 --- a/test/libsolidity/smtCheckerTests/functions/functions_identity_as_tuple.sol +++ b/test/libsolidity/smtCheckerTests/functions/functions_identity_as_tuple.sol @@ -12,3 +12,4 @@ contract C } // ---- +// Warning: (153-156): Assertion checker does not yet implement tuples and inline arrays. |