Avatar
Avatar
omochimetaru
@swift-6.0.3 @swift-6.1.3 @swift-6.2.1 func foo(_ a: Int) {} foo(0,)
exit status 1 with stderr:<stdin>:2:7: error: unexpected ',' separator 1 | func foo(_ a: Int) {} 2 | foo(0,) | `- error: unexpected ',' separator 3 |