Skip to content

Commit

Permalink
[element model] migrate has_type_parameter_reference_test
Browse files Browse the repository at this point in the history
Change-Id: I503d4bd118964e7d08b0b7d9527182da3d087e4a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/401867
Reviewed-by: Brian Wilkerson <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Phil Quitslund <[email protected]>
  • Loading branch information
pq authored and Commit Queue committed Dec 19, 2024
1 parent e0fc779 commit 3b58e14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkg/analyzer/analyzer_use_new_elements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ test/src/dart/analysis/session_helper_test.dart
test/src/dart/analysis/session_test.dart
test/src/dart/ast/element_locator_test.dart
test/src/dart/constant/evaluation_test.dart
test/src/dart/constant/has_type_parameter_reference_test.dart
test/src/dart/constant/value_test.dart
test/src/dart/element/display_string_test.dart
test/src/dart/element/element_test.dart
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyzer/test/generated/elements_types_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ mixin ElementsTypesMixin {
);
}

ParameterElement requiredParameter({
ParameterElementImpl requiredParameter({
String? name,
required DartType type,
bool isCovariant = false,
Expand Down

0 comments on commit 3b58e14

Please sign in to comment.