Avatar
swift51 BOT 7/2/2019 7:27 AM
exit status: 1 with stderr:<stdin>:9:19: error: 'foo()' has already been overridden override func foo() -> Int? { return nil } ^ <stdin>:8:19: note: 'foo()' previously overridden here override func foo() -> Int { return 42 } ^