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

7 lines
124 B
Plaintext

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