Avatar
@swift-6.2-dev @swift-6.1.2 func hoge(_ unsafe: Bool) -> Int { unsafe ? 0 : 1 } (edited)