dart-lang / source_gen

Automatic source code generation for Dart
https://pub.dev/packages/source_gen
BSD 3-Clause "New" or "Revised" License
482 stars 104 forks source link

Restore a dynamic argument #673

Closed natebosch closed 1 year ago

natebosch commented 1 year ago

Avoid moving a runtime null check to a static null check because some code locations may be passing a nullable reference which is never null.