mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
{
|
||
|
// Test for the unreachable 6272_error
|
||
|
function f() -> a, b {}
|
||
|
add, mul := f()
|
||
|
}
|
||
|
// ----
|
||
|
// ParserError 2314: (71-72): Expected '(' but got ','
|