Index: pkg/front_end/testcases/inference/infer_generic_method_type_positional.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/infer_generic_method_type_positional.dart.strong.expect b/pkg/front_end/testcases/inference/infer_generic_method_type_positional.dart.strong.expect |
index bab6dbed9934b51506547d4a37f8e12cb6ae76c2..3c7816ed8cf503690bc10e6b73cb392c66c9f49b 100644 |
--- a/pkg/front_end/testcases/inference/infer_generic_method_type_positional.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/infer_generic_method_type_positional.dart.strong.expect |
@@ -3,7 +3,7 @@ import self as self; |
import "dart:core" as core; |
class C extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
method m<T extends core::Object>(core::int a, [self::C::m::T b = null]) → self::C::m::T |