| Index: dart/runtime/lib/breakpoint_patch.dart
|
| diff --git a/dart/tests/language/deferred_prefix_constraints_lib2.dart b/dart/runtime/lib/breakpoint_patch.dart
|
| similarity index 87%
|
| copy from dart/tests/language/deferred_prefix_constraints_lib2.dart
|
| copy to dart/runtime/lib/breakpoint_patch.dart
|
| index c79d4e536005a5d128947c9557ef22fe463bec80..26b40bd0f390df896eebed8f85aa1e1b7f7d1edf 100644
|
| --- a/dart/tests/language/deferred_prefix_constraints_lib2.dart
|
| +++ b/dart/runtime/lib/breakpoint_patch.dart
|
| @@ -2,4 +2,5 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -foo() => 24;
|
| +patch void get breakpoint {
|
| +}
|
|
|