Skip to content

Commit 77aec5d

Browse files
scheglovCommit Queue
authored andcommitted
Elements. Migrate src/dart/element/inheritance_manager3.dart
Change-Id: I67d7b701290005393d5651cf7b2a1ab28e523bfd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/415760 Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 38d8834 commit 77aec5d

File tree

5 files changed

+91
-82
lines changed

5 files changed

+91
-82
lines changed

pkg/analyzer/lib/src/dart/element/element.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8501,6 +8501,9 @@ abstract class MethodElementOrMember
85018501

85028502
@override
85038503
FunctionTypeImpl get type;
8504+
8505+
@override
8506+
List<TypeParameterElementImpl> get typeParameters;
85048507
}
85058508

85068509
/// A [ClassElementImpl] representing a mixin declaration.

0 commit comments

Comments
 (0)