mirror of
https://github.com/flutter/flutter.git
synced 2026-02-03 17:51:05 +08:00
The new `empty_statements` lint (in the next DEV roll), flags these empty statements. Harmless, except the one in `basic.dart` that fixes a real-life bug. :)