blob: 3b7b640c5f0767643be12412e80f9bc79a7271d3 [file] [log] [blame]
>>>
class SomeLongNameForAComponent implements AttachAware, ShadowRootAware,
DetachAware, SomeExternalViewFactory, AnotherInterface {
// ...
}
<<<
class SomeLongNameForAComponent
implements
AttachAware,
ShadowRootAware,
DetachAware,
SomeExternalViewFactory,
AnotherInterface {
// ...
}