mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
{
|
|
let x := 1 for {} 1 {} { let x := 1 }
|
|
}
|
|
// ----
|
|
// DeclarationError 1395: (28-38): Variable name x already taken in this scope.
|