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

9 lines
132 B
Plaintext

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