Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Oct 25, 2023
1 parent d8088b4 commit a76b113
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class JsonConverterTestClass implements k.JsonConverterTestClass {
@JsonSerializable(
anyMap: true,
)
// ignore: inference_failure_on_instance_creation
@GenericConverter()
class JsonConverterGeneric<S, T, U> {
S item;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ class JsonConverterTestClass implements k.JsonConverterTestClass {
checked: true,
anyMap: true,
)
// ignore: inference_failure_on_instance_creation
@GenericConverter()
class JsonConverterGeneric<S, T, U> {
S item;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ class JsonConverterTestClass implements k.JsonConverterTestClass {
@JsonSerializable(
includeIfNull: false,
)
// ignore: inference_failure_on_instance_creation
@GenericConverter()
class JsonConverterGeneric<S, T, U> {
S item;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ class JsonConverterTestClass implements k.JsonConverterTestClass {
@JsonSerializable(
explicitToJson: true,
)
// ignore: inference_failure_on_instance_creation
@GenericConverter()
class JsonConverterGeneric<S, T, U> {
S item;
Expand Down

0 comments on commit a76b113

Please sign in to comment.