)]}' { "commit": "99acf35ede0d27ca80a65afa446c91157875d1e8", "tree": "556ed51203ce5da7f4bbebe0db95b6671275e27f", "parents": [ "303dfdf9b5b90c56ebcf0b06d7c12483a258da7f" ], "author": { "name": "Dan Rubel", "email": "danrubel@google.com", "time": "Tue Jun 18 17:59:35 2019 +0000" }, "committer": { "name": "commit-bot@chromium.org", "email": "commit-bot@chromium.org", "time": "Tue Jun 18 17:59:35 2019 +0000" }, "message": "fix indexed super constructor\n\nThis fixes a bug where the AstBuilder fails\ngiven a constructor of the form:\n\nclass C {\n C() : super()[];\n}\n\nIn the process, 2 buildInitializer methods were extracted from\nthe AstBuilder.endInitializers method.\n\nFix https://github.com/dart-lang/sdk/issues/37285\n\nChange-Id: Icacf28b2ed0eff9b7168c97ee0c03d78e5fcd68b\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/106500\nReviewed-by: Brian Wilkerson \u003cbrianwilkerson@google.com\u003e\nCommit-Queue: Dan Rubel \u003cdanrubel@google.com\u003e\n", "tree_diff": [ { "type": "modify", "old_id": "abfe057a1fd101a875a88df9bee131e11d727821", "old_mode": 33188, "old_path": "pkg/analyzer/lib/src/fasta/ast_builder.dart", "new_id": "955d11eb8ad2e725dc9a4a905f120d7fe247a921", "new_mode": 33188, "new_path": "pkg/analyzer/lib/src/fasta/ast_builder.dart" }, { "type": "modify", "old_id": "4de870992a79fc677de75199ae6d054d87a639df", "old_mode": 33188, "old_path": "pkg/analyzer/test/generated/parser_test.dart", "new_id": "e038ca8acef84f17b9e3cfde22ff728bf876b773", "new_mode": 33188, "new_path": "pkg/analyzer/test/generated/parser_test.dart" } ] }