Avatar
最適化逃れコードが入ってて分かりづらかったですね
1:48 PM
@swift-5.3.3 let a:Int? = nil if case let b as Int = a { print("OK", b) }