solidity/test/libyul/yulSyntaxTests/dot_leading_function_arg.yul

6 lines
96 B
Plaintext
Raw Normal View History

{
function x(.a) {}
}
// ----
// ParserError 2314: (17-18): Expected identifier but got '.'