Index: pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect |
diff --git a/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect b/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect |
index d9392d61ef7cd6f961932dba25973a97b25e9960..511bdd94a23053f6cfb348adcad85a046bc06e72 100644 |
--- a/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect |
+++ b/pkg/front_end/testcases/runtime_checks/dynamic_invocation.dart.direct.expect |
@@ -13,7 +13,7 @@ class D extends self::C<core::num> { |
default constructor •() → void |
: super self::C::•() |
; |
- method f1(core::int x) → void {} |
+ method f1(covariant core::int x) → void {} |
} |
static method g1(dynamic d) → void { |
d.f1(1.5); |