Skip to content

Missing AST Type #1694

@vjeux

Description

@vjeux
export interface ApplicationEventData {
  registerBroadcastReceiver(onReceiveCallback: (
    context: any /* android.content.Context */,
    intent: any /* android.content.Intent */
  ) => void): void;
}

outputs

export interface ApplicationEventData {
  registerBroadcastReceiver(
    onReceiveCallback: (
      context: any,
      intent: any
    ) => void /* android.content.Intent */ /* android.content.Context */
  ): void;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions