Avatar
@swift-5.3.3 let a: Optional<Int> = 1 print(a is Int) print(Optional<Int>.self is Int.Type) (edited)