Index: packages/smoke/lib/static.dart |
diff --git a/packages/smoke/lib/static.dart b/packages/smoke/lib/static.dart |
index aad1542c46845084f1e40bdb6f9583896dfd7eba..2b5d065308c6b873580a3b79e5c4d241aebe81db 100644 |
--- a/packages/smoke/lib/static.dart |
+++ b/packages/smoke/lib/static.dart |
@@ -145,7 +145,7 @@ class GeneratedObjectAccessorService implements ObjectAccessorService { |
} |
try { |
return Function.apply(method, args); |
- } on NoSuchMethodError catch (e) { |
+ } on NoSuchMethodError catch (_) { |
// TODO(sigmund): consider whether this should just be in a logger or if |
// we should wrap `e` as a new exception (what's the best way to let users |
// know about this tentativeError?) |