| Index: lib/src/chunk.dart
|
| diff --git a/lib/src/chunk.dart b/lib/src/chunk.dart
|
| index bb2d98bb56a2ccbcf51833645eb78299bf5679cd..e92a85b115c506d7d752aedd2cb726c40a21db3a 100644
|
| --- a/lib/src/chunk.dart
|
| +++ b/lib/src/chunk.dart
|
| @@ -293,11 +293,11 @@ class Cost {
|
| /// Splitting inside the brackets of a list with only one element.
|
| static const singleElementList = 2;
|
|
|
| - /// Splitting the internals of literal block arguments.
|
| + /// Splitting the internals of collection literal arguments.
|
| ///
|
| /// Used to prefer splitting at the argument boundary over splitting the
|
| - /// block contents.
|
| - static const splitBlocks = 2;
|
| + /// collection contents.
|
| + static const splitCollections = 2;
|
|
|
| /// Splitting before a type argument or type parameter.
|
| static const typeArgument = 4;
|
|
|