solidity/test/libyul/yulSyntaxTests/function_definition_whitespace.yul

7 lines
120 B
Plaintext
Raw Normal View History

{
function f (a, b , c ) - > y,x,z {
}
}
// ----
// ParserError 2314: (30-31): Expected '{' but got '-'