Avatar
@swift-main let v: Int? = -1 if case Optional<PartialRangeUpTo<Int>>.some(..<0) = v { print("OK") }