Avatar
@swift-main @swift-5.2.5 @swift-5.1.5 func f(_ aa: Int = 0, _ bb: Double) {} let bb: Double = 1.0 f(bb)