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