| Index: packages/dart_style/test/regression/0500/0503.unit
|
| diff --git a/packages/dart_style/test/regression/0500/0503.unit b/packages/dart_style/test/regression/0500/0503.unit
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ed0b074fa9a43e4a3b495d4200c4ea70d2209f65
|
| --- /dev/null
|
| +++ b/packages/dart_style/test/regression/0500/0503.unit
|
| @@ -0,0 +1,17 @@
|
| +>>>
|
| +class Foo {
|
| + Stream<
|
| + api
|
| + .ReallySuperExtremelyLooooooongTypeName> veryExtremelyLoooongMethodName(
|
| + String parameter, int parameter2, String thirdParameter) {
|
| + ;
|
| + }
|
| +}
|
| +<<<
|
| +class Foo {
|
| + Stream<api.ReallySuperExtremelyLooooooongTypeName>
|
| + veryExtremelyLoooongMethodName(
|
| + String parameter, int parameter2, String thirdParameter) {
|
| + ;
|
| + }
|
| +}
|
|
|