diff --git a/sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart b/sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart index 3dc6dd2ccf5..ee0d2c23ce2 100644 --- a/sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart +++ b/sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart @@ -22,7 +22,6 @@ import 'dart:_runtime' as dart; /// Inspired by `co`: https://github.com/tj/co/blob/master/index.js, which is a /// stepping stone for ES async/await. @JSExportName('async') -@ReifyFunctionTypes(false) _async(Function() initGenerator) { var iter; late Object? Function(Object?) onValue;