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

6 lines
144 B
Plaintext

{
let x := 1 for { let x := 1 } 1 {} {}
}
// ----
// DeclarationError 1395: (20-30='let x := 1'): Variable name x already taken in this scope.