Avatar
omochimetaru 4/11/2020 5:11 PM
@swift-main protocol P { func f(a: Int) } struct S: P { func f(a: Int, b: Int = 0) {} }