Avatar
swiftNightly BOT 4/11/2020 11:23 AM
exit status: 1 with stderr:<stdin>:2:4: error: missing argument for parameter #2 in call f(1) ^ , <#Int#> <stdin>:1:6: note: 'f' declared here func f(_ aa: Int = 0, _ bb: Int) {} ^