c9391d7f19
The lints `omit_obvious_property_types` and `specify_nonobvious_property_types` previously had error fix status 'needsEvaluation'. This CL changes it to 'hasFix'. This is needed in order to get access to the fix in IntelliJ. This CL also corrects a bug whereby a map literal was considered to have an obvious type in cases where there were no actual type arguments and no elements with an obvious type. Change-Id: Id9305152d086604b78636b696bd97e318ed6bdb5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/393280 Commit-Queue: Erik Ernst <eernst@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>