Files
sdk/tests
Kallen Tu c5116b420d [analyzer] Dot shorthands: Error - unable to resolve a dot shorthand property access.
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>
2025-04-30 12:25:04 -07:00
..
2025-04-11 07:52:19 -07:00
2025-04-14 17:24:26 -07:00
2022-12-19 12:56:47 +00:00

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.