mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
{
|
||
|
if 32 let x := 3
|
||
|
}
|
||
|
// ====
|
||
|
// dialect: yul
|
||
|
// ----
|
||
|
// ParserError 2314: (12-15): Expected '{' but got reserved keyword 'let'
|