| Index: packages/smoke/lib/mirrors.dart
|
| diff --git a/packages/smoke/lib/mirrors.dart b/packages/smoke/lib/mirrors.dart
|
| index a84f08177c49925ece145930523cabf2275aa627..ef018aa818b4362eb54c8b6e84baf4f710807dfc 100644
|
| --- a/packages/smoke/lib/mirrors.dart
|
| +++ b/packages/smoke/lib/mirrors.dart
|
| @@ -222,7 +222,7 @@ ClassMirror _safeSuperclass(ClassMirror type) {
|
| t = _objectType;
|
| }
|
| return t;
|
| - } on UnsupportedError catch (e) {
|
| + } on UnsupportedError catch (_) {
|
| // Note: dart2js throws UnsupportedError when the type is not reflectable.
|
| return _objectType;
|
| }
|
|
|