mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
{
|
|
if 32 { let x := 3 }
|
|
x := 2
|
|
}
|
|
// ====
|
|
// dialect: evm
|
|
// ----
|
|
// DeclarationError 4634: (25-26): Variable not found or variable not lvalue.
|