[SMTChecker] Do not warn on "abi" as an identifer

There is an approprate warning for the function call.
This commit is contained in:
Alex Beregszaszi
2020-09-24 13:57:42 +01:00
parent 79ae043a53
commit 6edfdff187
10 changed files with 52 additions and 49 deletions
@@ -5,7 +5,5 @@ contract C {
}
}
// ----
// Warning 8364: (162-165): Assertion checker does not yet implement type abi
// Warning 4588: (162-176): Assertion checker does not yet implement this type of function call.
// Warning 8364: (178-181): Assertion checker does not yet implement type abi
// Warning 4588: (178-203): Assertion checker does not yet implement this type of function call.