Skip to content

Commit

Permalink
adapt to new generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
devmil committed Sep 28, 2023
1 parent ae97538 commit 2699828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/analyze/package_api_analyzer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class _InterfaceCollectionResult {
}

@freezed
class _FileToAnalyzeEntry with _$_FileToAnalyzeEntry {
class _FileToAnalyzeEntry with _$FileToAnalyzeEntry {
const factory _FileToAnalyzeEntry({
required String filePath,
@Default([]) List<String> shownNames,
Expand Down
2 changes: 1 addition & 1 deletion lib/src/model/type_hierarchy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class TypeHierarchy {

/// represents a type in the type hierarchy
@freezed
class _TypeHierarchyItem with _$_TypeHierarchyItem {
class _TypeHierarchyItem with _$TypeHierarchyItem {
const _TypeHierarchyItem._();

const factory _TypeHierarchyItem({
Expand Down

0 comments on commit 2699828

Please sign in to comment.