| Index: pkg/analyzer/test/generated/non_error_resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/non_error_resolver_test.dart b/pkg/analyzer/test/generated/non_error_resolver_test.dart
|
| index 112017710d73cc5e62d5b4edbd0a3e147eb1d9f0..43775da08119b196a4a18cf6f1a11eb728a6a1aa 100644
|
| --- a/pkg/analyzer/test/generated/non_error_resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/non_error_resolver_test.dart
|
| @@ -933,6 +933,15 @@ class A {
|
| verify([source]);
|
| }
|
|
|
| + void test_const_dynamic() {
|
| + Source source = addSource('''
|
| +const Type d = dynamic;
|
| +''');
|
| + resolve(source);
|
| + assertNoErrors(source);
|
| + verify([source]);
|
| + }
|
| +
|
| void test_constConstructorWithNonConstSuper_explicit() {
|
| Source source = addSource(r'''
|
| class A {
|
|
|