| Index: pkg/kernel/lib/transformations/continuation.dart
|
| diff --git a/pkg/kernel/lib/transformations/continuation.dart b/pkg/kernel/lib/transformations/continuation.dart
|
| index 112ea43b8274b3f3e182cc2e99039834e589fcb6..d8122e3bbb83af37ec97088e4c8e0449303172bf 100644
|
| --- a/pkg/kernel/lib/transformations/continuation.dart
|
| +++ b/pkg/kernel/lib/transformations/continuation.dart
|
| @@ -821,7 +821,6 @@ class AsyncFunctionRewriter extends AsyncRewriterBase {
|
| enclosingFunction.body = new Block(statements);
|
| enclosingFunction.body.parent = enclosingFunction;
|
| enclosingFunction.asyncMarker = AsyncMarker.Sync;
|
| - enclosingFunction.debuggable = false;
|
| return enclosingFunction;
|
| }
|
|
|
|
|