solidity/test/libyul/yulSyntaxTests/dot_leading_function.yul

6 lines
95 B
Plaintext
Raw Normal View History

{
function .x() {}
}
// ----
// ParserError 2314: (15-16): Expected identifier but got '.'