| Index: pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart.outline.expect b/pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..82fc3c9a898f072c4516cf5c111e56ac852d985c
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/runtime_checks/dynamic_invocation_of_getter.dart.outline.expect
|
| @@ -0,0 +1,17 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class C extends core::Object {
|
| + field dynamic f;
|
| + constructor •(dynamic f) → void
|
| + ;
|
| +}
|
| +static method g(self::C c) → void
|
| + ;
|
| +static method h(core::int i) → void
|
| + ;
|
| +static method test() → void
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|