| Index: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| index 431bcf04388f5735242f5358190cb8579c1bfacf..2fe5b7b14963329c5f868b5226f0167f471135fb 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -592,6 +592,12 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
|
| expect(unit.topLevelVariables[0].type.toString(), 'int');
|
| }
|
|
|
| + @override
|
| + @failingTest
|
| + void test_unsafeBlockClosureInference_constructorCall_implicitTypeParam() {
|
| + super.test_unsafeBlockClosureInference_constructorCall_implicitTypeParam();
|
| + }
|
| +
|
| LibraryElementImpl _checkSource(
|
| SummaryResynthesizer resynthesizer, Source source) {
|
| LibraryElementImpl resynthesized =
|
|
|