Avatar
@swift-4.2.4 let wat: Int? = nil if let _: Int? = wat { print("1") } if let _: Any? = wat { print("2") }