Skip to content

[swift2objc] Support default param values #1752

@liamappelbe

Description

@liamappelbe
func someFunction(parameterWithoutDefault: Int, parameterWithDefault: Int = 12) {

The wrapper API should have the same default value (possibly converted to a wrapper type).

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueA good starting issue for contributors (issues with this label will appear in /contribute)package:swift2objc

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions