Files
solidity/test/libyul/yulSyntaxTests/name_clash_sub_scope_reverse.yul

9 lines
132 B
Plaintext

{
{
function g() {}
}
function g() {}
}
// ----
// DeclarationError 6052: (7-22): Function name g already taken in this scope.