Avatar
Avatar
masakihori
@swift-main let v = Optional<Int>.some(..<0)
swiftNightly BOT 1/30/2025 3:14 AM
exit status: 1 with <stdin>:1:28: error: cannot convert value of type 'PartialRangeUpTo<Int>' to expected argument type 'Int' 1 | let v = Optional<Int>.some(..<0) | `- error: cannot convert value of type 'PartialRangeUpTo<Int>' to expected argument type 'Int' 2 |