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