Skip to content

[JExtract] Support typealias #338

@rintaro

Description

@rintaro
public struct Bytes {
  public typealias Element = Int8
  public func append(_ element: Element)
}

Bytes.append(_:) should be translated to void append(java.lang.Byte element)

To do that JExtract should support typealias declaration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature:jextractIssues related to jextract-swift

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions