solidity/test/libyul/yulSyntaxTests/dot_trailing_function_arg.yul
2020-07-03 15:41:09 +01:00

5 lines
34 B
Plaintext

{
function x(a.) {}
}
// ----