Avatar
@swift-5.1.5 @swift-5.2.5 func f(aa: Int, bb: Int) {} func f(cc: Int, dd: Int) {} func main() { f(aa: 1, 2) }
kusa 7