dart-lang / dart_style

An opinionated formatter/linter for Dart code
https://pub.dev/packages/dart_style
BSD 3-Clause "New" or "Revised" License
646 stars 121 forks source link

Don't crash on an index cascade section followed by a method chain. #1556

Closed munificent closed 2 months ago

munificent commented 2 months ago

I found this weird corner case in the wild when formatting a large corpus.

munificent commented 2 months ago

Good idea, done.