| commit | b0dc30207fa6f5c617f0618ed3edc22b75f1da74 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Tue Jun 12 09:27:35 2018 -0700 |
| committer | GitHub <noreply@github.com> | Tue Jun 12 09:27:35 2018 -0700 |
| tree | 0f7fb7138d608f21f0e299db2e8edcfa89a88cb3 | |
| parent | ff1febd21c1b5e137bd70997a0b54581319fad1e [diff] |
Enable prefer_typing_unitialized_varables lint (dart-lang/stream_channel#30) Work towards dart-lang/stream_channel#29 Using the lint catches a bug were an uninitialized variable was causing an instantiation to pick up a reified type of `dynamic` instead of a useful type.