Merge pull request #10613 from ethereum/fix-10609

Asmanalysis: Add test case that demonstrates bug
This commit is contained in:
chriseth 2020-12-15 18:21:54 +01:00 committed by GitHub
commit 67b7267735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
{
datasize(x,1)
}
// ----
// TypeError 7000: (4-12): Function expects 1 arguments but got 2.
// TypeError 9114: (4-12): Function expects direct literals as arguments.
// DeclarationError 8198: (13-14): Identifier not found.