Avatar
Avatar
Iceman
@swift-4.0.3 @swift-5.1.5 enum E { case foo(values: Int...) } (edited)
swift51 BOT 8/3/2023 6:17 AM
exit status: 1 with <stdin>:2:12: error: variadic enum cases are not supported case foo(values: Int...) ^ (edited)