mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
{
|
|
datasize(x,1)
|
|
}
|
|
// ----
|
|
// TypeError 7000: (4-12): Function "datasize" expects 1 arguments but got 2.
|
|
// TypeError 9114: (4-12): Function expects direct literals as arguments.
|
|
// DeclarationError 8198: (13-14): Identifier "x" not found.
|