Avatar
Avatar
koher
@swift-5.5.3 class C { func foo() -> Int? { nil } } class SC: C { override func foo() -> Int { 42 } }
no output