Avatar
@swift-main class Parent { func foo(a: Child) {} } class Child: Parent { override func foo(a: Parent) {} }