solidity/test/libyul/yulSyntaxTests/objects/datasize_nonstring.yul
2022-04-01 23:41:18 -05:00

8 lines
122 B
Plaintext

object "A" {
code {
pop(datasize(0))
}
}
// ----
// TypeError 5859: (39-40='0'): Function expects string literal.