Skip to content

Commit

Permalink
trying a fix for analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed May 17, 2024
1 parent 4ddf785 commit cd9c125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobx_codegen/lib/src/type_names.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class LibraryScopedNameFinder {
typeElement == null ||
// This is a bare type param, like "T"
type is TypeParameterType) {
// ignore: deprecated_member_use_from_same_package
return type.getDisplayString(withNullability: true);
}

Expand Down

0 comments on commit cd9c125

Please sign in to comment.