Index: packages/dart_style/test/regression/0200/0229.unit |
diff --git a/packages/dart_style/test/regression/0200/0229.unit b/packages/dart_style/test/regression/0200/0229.unit |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4354e575ed3ce8a263bad149f6323154316df539 |
--- /dev/null |
+++ b/packages/dart_style/test/regression/0200/0229.unit |
@@ -0,0 +1,17 @@ |
+>>> |
+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); |
+} |