Roll src/third_party/dart 9c148623c5..82f657d7cb (25 commits) #10098
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automated pull request which will automatically merge once checks pass.
Roll src/third_party/dart 9c14862..82f657d (25 commits)
dart-lang/sdk@82f657d7cb [cfe] Support error testing in annotated tests
dart-lang/sdk@b9828b5ac7 [cfe] Merge KernelFormalParameterBuilder into FormalParameterBuilder
dart-lang/sdk@58453dc4c7 Use findMethod() and assertElement() in ExtensionMethodTest.
dart-lang/sdk@94b34b2b30 Refine how unspecified static error expectations are defined.
dart-lang/sdk@d767363950 [dart2js] Make _ConstantNodeIndexerVisitor DAG-aware
dart-lang/sdk@6ccfb4bab1 Update analyzer-cli test for summary2.
dart-lang/sdk@11f5b34f07 Reland "[dartdevc] Immediately throw when encountering an unevaluated constant"
dart-lang/sdk@48662bdb94 Report not initialized potentially non-nullable instance fields.
dart-lang/sdk@030e60e0ef Allow the name of an extension to be accessed while linking
dart-lang/sdk@46bcc460c0 Support for unnamed extensions in summary2.
dart-lang/sdk@bd2b0504f1 Search for extension getter/method/setter using FindElement.
dart-lang/sdk@4d62935fe5 [vm] Fix a small ELF serialization issue for simarm_x64
dart-lang/sdk@ecaa530faf Collect informative data for extensions.
dart-lang/sdk@6c43390cd8 Begin running the shared "ID tests" for constants on the analyzer.
dart-lang/sdk@2ada1edb59 Fix for 'Never' in dart:core and summary1.
dart-lang/sdk@71cd8a6efa Tests for analyzer_cli and --summary-deps-output results.
dart-lang/sdk@4c08c5026d Expose DartObjectImpl.toFunctionValue() through the public API
dart-lang/sdk@c37eebd011 Add a more "isDartCore..." getters to DartType.
dart-lang/sdk@a082f8ce65 merge ArrayBasedScanner into AbstractScanner
dart-lang/sdk@e6db859100 [dartdevc] Cleanup unused portions of subtyping rules
dart-lang/sdk@f66964c66d [vm/concurrency] Ensure library tag handler is set up on the isolate group, shared by all isolates in the group.
dart-lang/sdk@ce7232cd0f Store type Never in summaries.
dart-lang/sdk@262e4c4b09 Remove canonicalization_hashing entries from language_2_dart2js.status
dart-lang/sdk@0bfb943500 [vm] Locate ELF/Mach-O scripts with realpath in dart_precompiled_runtime.
dart-lang/sdk@5e2a950685 Support accessing the documentation comment of an ExtensionElement