3dd7e22739
Allows the resolution of `.new` constructor references and static property accesses, using the existing `PropertyElementResolver` resolution logic. Testing includes an AST builder test, and the `DotShorthandPropertyAccess` resolution tests. Some property access language tests are now passing. Bug: https://github.com/dart-lang/sdk/issues/59835 Change-Id: Idb576ef7fa0866bc4b2d155bbf867886ae2b4df6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/421964 Commit-Queue: Kallen Tu <kallentu@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>