Avatar
Avatar
koher
@swift-6.0.3 print((1 ... 1).min())
Optional(1)<stdin>:1:7: warning: expression implicitly coerced from 'ClosedRange<Int>.Element?' (aka 'Optional<Int>') to 'Any' 1 | print((1 ... 1).min()) | | |- note: provide a default value to avoid this warning | | |- note: force-unwrap the value to avoid this warning | | `- note: explicitly cast to 'Any' with 'as Any' to silence this warning | `- warning: expression implicitly coerced from 'ClosedRange<Int>.Element?' (aka 'Optional<Int>') to 'Any' 2 |