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

6 lines
131 B
Plaintext

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