diff --git a/lib/src/mock.dart b/lib/src/mock.dart index 66f00945..487a7155 100644 --- a/lib/src/mock.dart +++ b/lib/src/mock.dart @@ -534,7 +534,7 @@ captureThat(Matcher matcher) => new ArgMatcher(matcher, true); /// A Strong-mode safe argument matcher that wraps other argument matchers. /// See the README for a full explanation. -/*=T*/ typed/**/(ArgMatcher matcher, {String named}) { +T typed(ArgMatcher matcher, {String named}) { if (named == null) { _typedArgs.add(matcher); } else {