blob: 4354e575ed3ce8a263bad149f6323154316df539 [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);
}