| Index: pkg/front_end/testcases/inference_new/while_loop.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference_new/while_loop.dart.direct.expect b/pkg/front_end/testcases/inference_new/while_loop.dart.direct.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..93db6ac0950df13abaa865cb98c936ac4b3e239d
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference_new/while_loop.dart.direct.expect
|
| @@ -0,0 +1,12 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +static method f<T extends core::Object>() → self::f::T
|
| + return null;
|
| +static method test() → void {
|
| + while (self::f<dynamic>()) {
|
| + dynamic x = 0;
|
| + }
|
| +}
|
| +static method main() → dynamic {}
|
|
|