Index: pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.direct.expect |
diff --git a/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.direct.expect b/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.direct.expect |
index 9868cfcc19d666e47bc8534efc9b6db05e0fa9c1..874bd97a3c9ad11653dd9e8d8ccb48bf881c78f7 100644 |
--- a/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.direct.expect |
+++ b/pkg/front_end/testcases/inference_new/dependency_only_if_generic_method.dart.direct.expect |
@@ -3,7 +3,7 @@ import self as self; |
import "dart:core" as core; |
class A extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
method f<T extends core::Object>(self::A::f::T t) → self::A::f::T |