Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

add @ts2dart_const to constructor #369

@mhevery

Description

@mhevery
export class DefaultIterableDifferFactory implements IterableDifferFactory {
  /* @ts2dart_const */
  constructor() {}
}

should produce:

class DefaultIterableDifferFactory implements IterableDifferFactory {
  const DefaultIterableDifferFactory();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions