Add null safety migration annotations.#64227
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
This brings me back to the days where we were setting up method generics before they were allowed... |
|
cc @goderbauer |
There was a problem hiding this comment.
Looks like these two could be late final?
There was a problem hiding this comment.
Or is that inferred by the tool?
There was a problem hiding this comment.
Presumably, _IntrinsicDimensionsCacheEntry would also be /*!*/ ?
There was a problem hiding this comment.
somehow it got that right
|
Looks like a test is failing, though. |
ccc1a5c to
0a03a39
Compare
This adds annotations to prepare the following files for migration: * rendering/animated_size.dart * rendering/binding.dart * rendering/box.dart * rendering/custom_layout.dart * rendering/custom_paint.dart * rendering/debug.dart * rendering/debug_overflow_indicator.dart * rendering/editable.dart * rendering/error.dart * rendering/flex.dart * rendering/flow.dart (i.e. the rendering directory, alphabetically up to flow.dart.)
|
Updated as suggested |
|
This pull request is not suitable for automatic merging in its current state.
|
This adds annotations to prepare the following files for migration:
(The rendering directory, alphabetically up to flow.dart.)