Index: packages/dart_style/test/regression/0100/0197.unit |
diff --git a/packages/dart_style/test/regression/0100/0197.unit b/packages/dart_style/test/regression/0100/0197.unit |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9164f2b1898d765777ac890016abcb8c1a4a7a27 |
--- /dev/null |
+++ b/packages/dart_style/test/regression/0100/0197.unit |
@@ -0,0 +1,12 @@ |
+>>> |
+class FormatterBugTest { |
+ final String _test; |
+ |
+ FormatterBugTest(@deprecated this._test); |
+} |
+<<< |
+class FormatterBugTest { |
+ final String _test; |
+ |
+ FormatterBugTest(@deprecated this._test); |
+} |