solidity/test/libyul/yulSyntaxTests/name_clash_sub_scope.yul

8 lines
129 B
Plaintext
Raw Normal View History

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