e260a01272
This CL modifies class member parsing to replace one use of skipTypeReferenceOpt and parseType with a more efficient call to computeType. In addition, it updates computeType to detect when a builtIn is used as a type and improves recovery of invalid operator declarations. Change-Id: Idbe96584ef3c2e72faf91037668421bb0f1055d0 Reviewed-on: https://dart-review.googlesource.com/48221 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Dan Rubel <danrubel@google.com>