solidity/test/libyul/yulSyntaxTests/name_clash_sub_scope_reverse.yul
2022-04-01 23:41:18 -05:00

9 lines
150 B
Plaintext

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