3ef08e1ecd
This CL adds more of the type operations required in the subtype constraint gathering algorithm into the shared type operation class. The added operations are used in the constraint gathering algorithms in the Analyzer and the CFE. Part of https://github.com/dart-lang/sdk/issues/54902 This is a reland of https://dart-review.googlesource.com/c/sdk/+/346840 Change-Id: I99086cfc3cd56db40055e9bb8e23acec8bdf830b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/354622 Reviewed-by: Paul Berry <paulberry@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
7 lines
324 B
Dart
7 lines
324 B
Dart
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
export 'package:_fe_analyzer_shared/src/type_inference/nullability_suffix.dart'
|
|
show NullabilitySuffix;
|