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