Avatar
@swift-5.1.5 @swift-5.2.5 if true == [true, false].reduce(true) { $0 || $1 } { print("Hello") }