solidity/test/libyul/yulSyntaxTests/dot_consecutive_function.yul

6 lines
126 B
Plaintext
Raw Normal View History

{
function x..y() {}
}
// ----
2020-07-03 14:51:32 +00:00
// SyntaxError 7771: (6-24): "x..y" is not a valid identifier (contains consecutive dots).