Avatar
Avatar
Iceman
@swift-5.5.3 @swift-5.6.3 import Foundation enum Foo: Codable { case aaa(_ foo: Int, _ bar: String) } (edited)
exit status: 1 with stderr:<unknown>:0: error: type 'Foo' has no member 'aaa(foo:bar:)'