Avatar
Avatar
Iceman
@swift-5.7.3 @swift-5.6.3 let aaa: [Int] = [1, 2, 3] for case .some(let v) in aaa { print(v) } (edited)
exit status: 1 with stderr:<stdin>:2:26: error: type 'Int' has no member 'some' for case .some(let v) in aaa { ^~~