c5116b420d
Added `DOT_SHORTHAND_MISSING_CONTEXT` error code for when we don't find a valid context type to resolve the dot shorthand head with. `DOT_SHORTHAND_UNDEFINED_GETTER` is used for being unable to find a static getter or field with a certain context type and name. Unit tests added and a few language error + co19 tests passing (eg `simple_identifier_extends_error_test`). Bug: https://github.com/dart-lang/sdk/issues/59835 Change-Id: Ic515b57dd0f4243b049e02bd58b694a500d57975 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425181 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Paul Berry <paulberry@google.com> Commit-Queue: Kallen Tu <kallentu@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/tree/main/docs/Testing.md.