| Index: pkg/front_end/testcases/inference/conditional_lub.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/conditional_lub.dart.outline.expect b/pkg/front_end/testcases/inference/conditional_lub.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4276893a43c315cafc5288bfef5e37551c968e86
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/conditional_lub.dart.outline.expect
|
| @@ -0,0 +1,10 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +static field core::bool b;
|
| +static field core::int x;
|
| +static field core::double y;
|
| +static field dynamic z;
|
| +static method main() → dynamic
|
| + ;
|
|
|