| Index: tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
|
| diff --git a/tests/lib/mirrors/invoke_call_through_getter_test.dart b/tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
|
| similarity index 98%
|
| copy from tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| copy to tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
|
| index 71dca685971d1aa2a189395bb5eb7b34ac2ebb51..0f9c591321aa8a6bf84c46c84591acf397f486ee 100644
|
| --- a/tests/lib/mirrors/invoke_call_through_getter_test.dart
|
| +++ b/tests/lib/mirrors/invoke_call_through_getter_previously_accessed_test.dart
|
| @@ -130,6 +130,7 @@ testLibraryReflective() {
|
| }
|
|
|
| main() {
|
| + // Access the getters/closures at the base level in this variant.
|
| testInstanceBase();
|
| testInstanceReflective();
|
| testClassBase();
|
|
|