[SMTChecker] additional regression tests

This commit is contained in:
Martin Blicha
2021-01-14 14:54:14 +01:00
parent 504e4c22b2
commit 2ee0f347b9
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,9 @@
pragma experimental SMTChecker;
contract C {
function f() public view {
abi.encode(this.f);
}
}
// ----
// Warning 6031: (86-92): Internal error: Expression undefined for SMT solver.
// Warning 6031: (86-92): Internal error: Expression undefined for SMT solver.