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

8 lines
169 B
Plaintext

{
for { let x := 1 } 1 {} { let x := 1 }
}
// ====
// dialect: yul
// ----
// DeclarationError 1395: (29-39='let x := 1'): Variable name x already taken in this scope.