| OLD | NEW |
| 1 0. | 1 0. |
| 2 dart --observe retainingPath.dart | 2 dart --observe retainingPath.dart |
| 3 1. | 3 1. |
| 4 isolate 'root' | 4 isolate 'root' |
| 5 2. | 5 2. |
| 6 library 'retainingPath.dart' | 6 library 'retainingPath.dart' |
| 7 3. | 7 3. |
| 8 class 'Foo' | 8 class 'Foo' |
| 9 4. | 9 4. |
| 10 under 'instances', find 'strongly reachable' list; it should contain 2 elements,
one of which should have a field containing "87" | 10 under 'instances', find 'strongly reachable' list; it should contain 2 elements,
one of which should have a field containing "87" |
| 11 5. | 11 5. |
| 12 instance "87" | 12 instance "87" |
| 13 6. | 13 6. |
| 14 find 'retaining path'; it should have length 4, and be annotated as follows: | 14 find 'retaining path'; it should have length 4, and be annotated as follows: |
| 15 "87" in var a | 15 "87" in var a |
| 16 Foo in var b | 16 Foo in var b |
| 17 Foo at list index 5 of | 17 Foo at list index 5 of |
| 18 _List(10) | 18 _List(10) |
| OLD | NEW |