Skip to content

Commit

Permalink
Work around unused_import error in 2.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Dec 1, 2023
1 parent 5f60081 commit af29473
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ class BoilerplateValidatorDiagnosticTestUnnecessaryGeneratedPart extends Boilerp
import 'package:over_react/over_react.dart';
part '{{FILE_BASENAME_WITHOUT_EXTENSION}}.over_react.g.dart';
codeThatDoesNotRequireBoilerplate() => Dom.div()();
''';

Future<void> test_error() async {
Expand Down Expand Up @@ -126,6 +128,8 @@ part '{{FILE_BASENAME_WITHOUT_EXTENSION}}.over_react.g.dart';
import 'package:over_react/over_react.dart';
codeThatDoesNotRequireBoilerplate() => Dom.div()();
''');
}
}
Expand Down

0 comments on commit af29473

Please sign in to comment.