solidity/test/libyul/yulSyntaxTests/name_clash_function_var_subscope_reverse.yul

7 lines
124 B
Plaintext
Raw Normal View History

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