Index: pkg/front_end/testcases/inference/static_method_tear_off.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/static_method_tear_off.dart.strong.expect b/pkg/front_end/testcases/inference/static_method_tear_off.dart.strong.expect |
index 83d3854ef5343540996fa27835c8193823880d62..7d1fc327e2308ee2ef7607996254d6ee375cf8ec 100644 |
--- a/pkg/front_end/testcases/inference/static_method_tear_off.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/static_method_tear_off.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::•() |
; |
static method f(core::String s) → core::int |