We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfcffe commit e45d95fCopy full SHA for e45d95f
packages/custom_lint/test/mock_fs.dart
@@ -119,7 +119,7 @@ class _StdoutOverride implements Stdout {
119
///
120
/// Alternatively, set [IOOverrides.global] to a [_MockFs] instance in your
121
/// test's `setUp`, and to `null` in the `tearDown`.
122
-class _MockFs extends IOOverrides {
+final class _MockFs extends IOOverrides {
123
_MockFs(
124
Stdout out,
125
this._directory, {
0 commit comments