Avatar
Avatar
ジュニア
@swift-main class Parent { func foo() -> Int? { 0 } } class Child: Parent { override func foo() -> Int { 5 } }
swiftNightly BOT 10/31/2025 1:41 PM
no output