| Index: frog/evaluator.dart
|
| diff --git a/frog/evaluator.dart b/frog/evaluator.dart
|
| index a4e3f5d27abf96730bb76d83b1527f5aec130662..3066ec83689c802c2921bf324fedfff021d1b05a 100644
|
| --- a/frog/evaluator.dart
|
| +++ b/frog/evaluator.dart
|
| @@ -34,6 +34,8 @@ class Evaluator {
|
| options.throwOnFatal = true;
|
| }
|
|
|
| + // TODO(jimhug): Should be calling world.genMethod - but I'm scared to
|
| + // make the change myself because we don't have any test coverage here.
|
| static void _markMethodUsed(Member m) {
|
| if (m == null || m.isGenerated || m.definition == null || m.isAbstract) {
|
| return;
|
|
|