mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Fix ice in unsupported functions with multi return values
This commit is contained in:
@@ -18,7 +18,5 @@ contract C
|
||||
}
|
||||
// ----
|
||||
// Warning: (86-93): Assertion checker does not support recursive function calls.
|
||||
// Warning: (86-93): Internal error: Expression undefined for SMT solver.
|
||||
// Warning: (86-93): Assertion checker does not support recursive function calls.
|
||||
// Warning: (86-93): Internal error: Expression undefined for SMT solver.
|
||||
// Warning: (253-266): Assertion violation happens here
|
||||
|
||||
Reference in New Issue
Block a user