Skip to content

Commit 747d72d

Browse files
mit-mittvolkert
authored andcommitted
Fix build (flutter#95)
Analysis error reported here: https://travis-ci.org/google/file.dart/jobs/399227998
1 parent d92d00f commit 747d72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/file/test/record_replay_matchers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ class _SetValue extends Matcher {
584584
}
585585
}
586586

587-
class _NoMatchingInvocationError extends TypeMatcher {
587+
class _NoMatchingInvocationError extends TypeMatcher<dynamic> {
588588
const _NoMatchingInvocationError() : super("NoMatchingInvocationError");
589589

590590
@override

0 commit comments

Comments
 (0)