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

6 lines
147 B
Plaintext

{
function x..y() {}
}
// ----
// SyntaxError 7771: (6-24='function x..y() {}'): "x..y" is not a valid identifier (contains consecutive dots).