Index: packages/dart_style/test/regression/0200/0228.unit |
diff --git a/packages/dart_style/test/regression/0200/0228.unit b/packages/dart_style/test/regression/0200/0228.unit |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3b7b640c5f0767643be12412e80f9bc79a7271d3 |
--- /dev/null |
+++ b/packages/dart_style/test/regression/0200/0228.unit |
@@ -0,0 +1,15 @@ |
+>>> |
+class SomeLongNameForAComponent implements AttachAware, ShadowRootAware, |
+ DetachAware, SomeExternalViewFactory, AnotherInterface { |
+ // ... |
+} |
+<<< |
+class SomeLongNameForAComponent |
+ implements |
+ AttachAware, |
+ ShadowRootAware, |
+ DetachAware, |
+ SomeExternalViewFactory, |
+ AnotherInterface { |
+ // ... |
+} |