| Index: pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| index f5e9dd330edab61a1c58d5ef19037a21d6dbe30c..2d63a495bb373f519631af48988ad7d4939682c9 100644
|
| --- a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_3.dart.strong.expect
|
| @@ -19,8 +19,8 @@ class B extends core::Object implements self::A<core::int> {
|
| return "hello";
|
| }
|
| static method foo() → dynamic {
|
| - core::String y = new self::B::•().x;
|
| - core::int z = new self::B::•().x;
|
| + core::String y = new self::B::•().{self::B::x};
|
| + core::int z = new self::B::•().{self::B::x};
|
| }
|
| static method main() → dynamic {
|
| self::foo();
|
|
|