mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
{
|
|
function g() {
|
|
let g := 0
|
|
}
|
|
}
|
|
// ----
|
|
// DeclarationError 1395: (20-30='let g := 0'): Variable name g already taken in this scope.
|