| Index: pkg/analyzer/lib/src/generated/utilities_general.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/utilities_general.dart b/pkg/analyzer/lib/src/generated/utilities_general.dart
|
| index e0600dcfcf64b48f41823ed475c97cb025c17984..b9dca93c681bf8f7f9f51d12122a44e30e9ec685 100644
|
| --- a/pkg/analyzer/lib/src/generated/utilities_general.dart
|
| +++ b/pkg/analyzer/lib/src/generated/utilities_general.dart
|
| @@ -145,7 +145,7 @@ abstract class PerformanceTag {
|
| * Make this the current tag for the isolate, run [f], and restore the
|
| * previous tag. Returns the result of invoking [f].
|
| */
|
| - makeCurrentWhile(f());
|
| + dynamic/*=E*/ makeCurrentWhile/*<E>*/(dynamic/*=E*/ f());
|
|
|
| /**
|
| * Reset the total time tracked by all [PerformanceTag]s to zero.
|
| @@ -206,7 +206,7 @@ class _PerformanceTagImpl implements PerformanceTag {
|
| return previous;
|
| }
|
|
|
| - makeCurrentWhile(f()) {
|
| + dynamic/*=E*/ makeCurrentWhile/*<E>*/(dynamic/*=E*/ f()) {
|
| PerformanceTag prevTag = makeCurrent();
|
| try {
|
| return f();
|
|
|