solidity/test/libyul/yulSyntaxTests/name_clash_sub_scope_reverse.yul

9 lines
132 B
Plaintext
Raw Normal View History

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