* Roll dart to c688d0c0c3ad3dece3a79ce0e115d787a94707ea.
Changes since last roll:
```
c688d0c0c3 [frontend] When serializing compiled expression proc, clone type params first.
346895eb35 Choose the right platform in the command-line fasta tool in strong mode
51d530475a [frontend] Honor embedSourceText option in incremental compiler.
06792cb91f Remove StackListener.popList
69cd7cb43f [infra] Add compare_results.dart and update_flakiness.dart.
c3c4e63ce4 Adjusted spec to use package syntax, thus eliminating bnf.sty
0315707dec Add 'set' case to type_variable_conflict_test
00f2054242 Add --repeat flag to test.py, so tests can be run multiple times
cf5cdea808 Add J/K versions CommonElements and ElementEnvironment
1681241062 Remove _ClassEnsurer
a5b71813ab Use json expectation files in dynamic tests
d560887ae5 Fix TypeError in Observatory
867c5271be Debugging dart in methods with dynamic type arguments
2e3f17fa2b Add support for the new mixin syntax to supertype constraint checking and resynthesis.
929b2fbc55 Adjust status file to account for CustomIsolates test passing now.
f0974aee20 Remove entry_points option from the test harness (should fix the precompiler bot failure).
296e4aa7e6 Split mixin_declaration_inference_valid_classes_test.dart into multiple tests.
2c427d33fc Train the dartanalyzer on less source.
41273507b2 Detect references to instance variables without declared type.
a0776096b9 Cleanup some of the build rules to not use Dart 1 mode.
3463f94ed9 Delete any existing version of a DevFS file before overwriting the file
7763ec3cd1 Surface analyzer toplevel inference limitations as DDC errors.
a386c07281 [vm/aot] Add extra call specialization pass
878017481f Roll dart_style to 1.2.0.
a890d95a26 [vm/compiler] Avoid !(x>y) -> x<=y on fp operands.
bc79674bc1 [vm/aot] Fix inferred type of implicitly initialized final fields
7df4900a94 Train the dartanalyzer tool on generating summaries.
80c1b88626 Add copyright comments in resolution tests.
bbe49524be Cache mapping from subtypes names to files where they are subtyped.
cf67e402bd Add test case reproducing issues #34498 and #34500.
81ce969060 Enable implicit constructors with optional parameters in mixin applications.
cb331064e0 Compare AnalysisOptions signatures in analyzer_cli.
eb059a76f3 Keep analyzer-specific status entries together in language_2_analyzer.status
62ce86e20c Add --test-list and --repeat options to test.py, for deflaking
9e86c1a395 Normalize strong.status
3831da8743 Include all problems in expectations
a1bd50168e Make input validation optional
6fe272314d Tweak parameters of ProcessedOptions
0a5d7b866d Update status files after de984e58.
de984e58cb Type checking for redirecting factories.
4134b95a3d [vm/tfa] Streamline handling of tear-offs in TFA
d44ffba254 [vm/tfa] Stop accepting non-empty entry points json files
30f0026022 [VM runtime] Fix type test: C is a subtype of C<FutureOr> (fixes#34482).
bbe83465ea Test that type of the ListLiteral with two different enums is inferred.
37b41bd317 Update status files after d4148159cc39d3f38d8295cf79ed736c6337d7ac
d9fcaa33b1 Implement StreamTransformer.fromBind
abb392fc0d add Pubspec.dependencyOverrides
c733ed7fd7 firefix status for LayoutTests/fast/dom/Range/getClientRects-character_t01
d4148159cc Initial valid inference checks
dcabf2cb0e Test for mixin declaration isObject and tweaks for error verifier.
```
* Update license
maxIntrinsicWidth represents the width of the paragraph if no word wrap is
applied. This can be calculated by summing the width of all runs within each
block of text delimited by a hard line break. maxIntrinsicWidth is the
maximum width among the blocks in the paragraph.
Fixes https://github.com/flutter/flutter/issues/21965
The `dart_vm_entry_points.txt` file is now deprecated in favor of annotations.
Support for parsing and generating the entry-points files will be removed from Dart shortly.
This essentially reverts https://github.com/flutter/engine/pull/4197/
as no one is (or soon will be) implementing an alternative LayerBuilder.
Let's just put everything in SceneBuilder to reduce the YAGNI
(you aren't gonna need it) smell. This will also make retained rendering
API changes much easier.
* bb56d4592f Fix receiver type for js-interop access
8dea9aa45e Share inlining cache between members
272473b77e Remove getters allowing access to all enclosing type parameter types.
f5ec9b0554 This CL changes some status comments, but also points out an issue.
a16c7d899a Fix typo in mixin test.
cea39db6e2 Perform instance member inference for mixins.
65b390ca83 Simplify summary resynthesis tests
ca8e5baccd Fix#34443 fix tests that will fail with int2double
0e878dd6db Fix several inferred type summary tests.
1397fd9342 Fix test_variable_final_top_level_untyped.
61096acab3 Improve analyzer/fasta error code matching
1a8b1bfd24 Fix test_bottom_reference_shared.
7bc5c551cd Fix test test_implicit_dependencies_follow_other_dependencies.
49da026e3e Report error for `extends void` type parameters
3cf61aee33 Fix#34444, rounded doubles in double literals test
260ea4b591 Add an option to use one-phase summaries.
7c5b3dc485 [vm/tfa] Pass receiver type into field initializer summaries.
cd26b889e1 linter 0.1.62
8e4933c172 Tests for ClassElement.allSupertypes for mixins.
a48120aabd Wire up placeholder executable in pkg/analyzer_fe_comparison.
* update licenses
Cache a SkSurface with previously drawn shapes so that we do not need to draw them again in future frames.
On Nexus 5X test device, old render time for just the overlay was 1.3ms-3.0ms and this version improves to 0.9ms-1.3ms running flutter gallery in profile mode.
Changes included in this roll:
05ccfa8502 [VM] Reduce size of monomorphic entries in AOT on ARM/ARM64 & use smaller tail-calls in various places
805c92cf32 Add @TypeArguments as a valid type for BoundVariable.value
3af0db2f97 fix my name in .mailmap
0eee800e1b Report INCONSISTENT_METHOD_INHERITANCE for mixins.
c7960df357 Generate analyzer error codes from messages.yaml
e2fdd57664 Clarify ambiguous definition of constant interpolated string expressions.
24493c2f54 Add support for dartdevk to read Analyzer summaries into Kernel format
d32c8e4793 Generate error code index from "index:" field in messages.yaml
d0a5a4c22b Convert summarize_const_expr.dart to triple-slash comment style.
d32f524bb3 Fix NamespaceBuilder._addPublicNames for mixins.
aa003d4f8e [infra] Update checked in SDKs to 2.1.0-dev.4.0
7fa80d8200 Remove unused error codes
ae2f75abec Report CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER.
cbfc78f5b2 Parse mixin declarations as if they were classes
d97823b704 Revert "[VM] Add new SymbolConstant to package:kernel/ast.dart"
b6c98976d5 Report CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE for mixins.
3ddc9bb329 Add a doc comment for String.compare
9281748a35 Check for conflicting static and instance members in mixins.
3346632ad3 Report CompileTimeErrorCode.EXTENDS_NON_CLASS for mixins.
f649a1f3cc Add a missing error message (issue 34412)
63fbfcc69a Translate InvalidInlineFunctionType to ParserErrorCode.INVALID_INLINE_FUNCTION_TYPE.