solidity/test/libyul/yulSyntaxTests/name_clash_function_var_subscope.yul
2020-11-04 12:03:33 +01:00

8 lines
124 B
Plaintext

{
function g() {
let g := 0
}
}
// ----
// DeclarationError 1395: (20-30): Variable name g already taken in this scope.