| Index: sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart (revision 30612)
|
| +++ sdk/lib/_internal/compiler/implementation/inferrer/container_tracer.dart (working copy)
|
| @@ -271,5 +271,8 @@
|
| if (isClosure(info.element)) {
|
| bailout('Returned from a closure');
|
| }
|
| + if (compiler.backend.isNeededForReflection(info.element)) {
|
| + bailout('Escape in reflection');
|
| + }
|
| }
|
| }
|
|
|