Avatar
@swift-5.5.3 @swift-5.6.3 import Foundation enum Foo: Codable { case aaa(_ foo: Int, _ bar: String) } (edited)