0d47ba6890
This method caused invalid exhaustiveness checking by seeing record types as related based solely on the structure. The original purpose of the methods has been removed in the mean time by the change to restrict the created spaces by the matched value type. Closes #52800 Change-Id: I8fb581374a4813dc63261d9e1354c4eea94f212c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/312982 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
FE/analyzer shared code
This package contains logic that is shared between the front_end and analyzer packages. It is intended solely to facilitate development of the Dart SDK, and is not intended for use by end users. In particular, this package has no public API, so no guarantee is made of compatibility between one version of the package and the next.
End users should consider using the analyzer package to analyze Dart source code.