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

7 lines
124 B
Plaintext

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