blob: e26d6b5357f2f8db273bb5363d888848613b409f [file] [log] [blame]
>>>
class SomeLongNameForAComponent {
SomeLongNameForAComponent(DirectiveInjector injector,
RenderSyncZoneAccess zoneAccess,
this._formatters,
this._element,
this._scope);
}
<<<
class SomeLongNameForAComponent {
SomeLongNameForAComponent(
DirectiveInjector injector,
RenderSyncZoneAccess zoneAccess,
this._formatters,
this._element,
this._scope,
);
}