solidity/test/libyul/yulSyntaxTests/dot_consecutive_function.yul
Alex Beregszaszi 0bd6fb027b Update tests
2020-07-07 13:13:58 +01:00

6 lines
126 B
Plaintext

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