Closed mhevery closed 8 years ago
export class DefaultIterableDifferFactory implements IterableDifferFactory { /* @ts2dart_const */ constructor() {} }
should produce:
class DefaultIterableDifferFactory implements IterableDifferFactory { const DefaultIterableDifferFactory(); }
Duplicate of #369, I think?
should produce: