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

7 lines
140 B
Plaintext

{
let g := 2
function g() { }
}
// ----
// DeclarationError 1395: (6-16='let g := 2'): Variable name g already taken in this scope.