Skip to content

Commit

Permalink
Ignore a false positive for unreachable_from_main (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Jun 21, 2023
1 parent 3d5afed commit cdc8178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/test/tool/host.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import 'package:test/src/runner/browser/dom.dart' as dom;
/// A class defined in content shell, used to control its behavior.
@JS()
@staticInterop
// TODO: https://github.com/dart-lang/linter/issues/4474 - Drop ignore.
// ignore: unreachable_from_main
class TestRunner {}

extension TestRunnerExtension on TestRunner {
Expand Down

0 comments on commit cdc8178

Please sign in to comment.