| Index: pkg/front_end/testcases/inference/infer_statics_transitively3_a.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_statics_transitively3_a.dart.direct.expect b/pkg/front_end/testcases/inference/infer_statics_transitively3_a.dart.direct.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..da10b7436ef4c4bfda17af33249cf1e26aa19d0f
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_statics_transitively3_a.dart.direct.expect
|
| @@ -0,0 +1,13 @@
|
| +library;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class A extends core::Object {
|
| + static const field dynamic a3 = null;
|
| + default constructor •() → void
|
| + : super core::Object::•()
|
| + ;
|
| +}
|
| +static const field dynamic a1 = 3;
|
| +static const field dynamic a2 = 4;
|
| +static method main() → dynamic {}
|
|
|