Avatar
Avatar
omochimetaru
@swift-5.5.3 protocol Base { func foo() func bar() } protocol Derived: Base { func foo() override func bar() }
no output