Avatar
swiftNightly BOT 4/11/2020 5:11 PM
exit status: 1 with stderr:<stdin>:4:8: error: type 'S' does not conform to protocol 'P' struct S: P { ^ <stdin>:2:8: note: protocol requires function 'f(a:)' with type '(Int) -> ()'; do you want to add a stub? func f(a: Int) ^