solidity/test/libyul/yulSyntaxTests/function_definition_whitespace.yul
2020-08-27 12:28:27 +01:00

7 lines
120 B
Plaintext

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