Brian Wilkerson
d67eaefe77
Add more tests of the visibility of extension members
...
This is the item labeled "scoping" in the task doc.
Change-Id: I9caf5cd548ecc7a1d1d986854081bf23a5e98de8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113903
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-20 20:41:49 +00:00
Sam Rawlins
72923471c4
strict-inference failures for untyped parameters:
...
* Untyped function parameters are a strict-inference failure.
* Add tests for strict-inference failures on fields.
This finalizes the "untyped / uninferred variables" cases.
strict-inference spec: https://github.com/dart-lang/language/blob/master/resources/type-system/strict-inference.md
Bug: https://github.com/dart-lang/sdk/issues/33749
Change-Id: I1d01ad15418be1891c95588132a44d478c5905a7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112142
Commit-Queue: Samuel Rawlins <srawlins@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-20 20:06:48 +00:00
Dan Rubel
bfc7f8c4b5
Fix crash parsing invalid constructor initializer
...
Fix https://github.com/dart-lang/sdk/issues/37414
Change-Id: I6ea202050e2278da50c92b26acd91bdc429d5341
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113861
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Dan Rubel <danrubel@google.com >
2019-08-20 20:04:19 +00:00
Dan Rubel
3e69627752
Fix type argument parsing crash
...
Fix https://github.com/dart-lang/sdk/issues/37706
Change-Id: Ifc54c3fa4f57c772f8059d59e0265c4677a400fb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113860
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-20 20:04:19 +00:00
Dan Rubel
e2777454cc
Fix dartfmt bug
...
... by changing ANNOTATION_WITH_TYPE_ARGUMENTS to be a syntax error
Fix https://github.com/dart-lang/dart_style/issues/836
Change-Id: I2ac1b1105b817b6728ecc3d73875581a9cf65861
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113760
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-20 20:04:19 +00:00
Dan Rubel
f5f942684b
Fix invalid literal list element crash
...
Fix https://github.com/dart-lang/sdk/issues/37697
Change-Id: Icefae7ca0c0f6b0d317c6aa48039fa6e6967409d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113705
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Dan Rubel <danrubel@google.com >
2019-08-20 12:03:12 +00:00
Jens Johansen
10e63b7840
[CFE] Get fragment from default package - use language version if any
...
Language versioning specifies that an empty-name-entry in .packages
specifies a sort of "default package" that a non-package file should
pretend to be a part of "for any purpose where that matters,
including choosing the default language level."
Change-Id: I16f4b2f5e4d3ca1e82d2189321e2be5c43e3b260
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112089
Commit-Queue: Jens Johansen <jensj@google.com >
Reviewed-by: Johnni Winther <johnniwinther@google.com >
2019-08-20 09:06:32 +00:00
Sam Rawlins
5087b99361
Report final re-assignment in for-in parts. Fixes #30486
...
Change-Id: I299db3e1e301d90a1a2260d5574f7b174fc29d00
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113580
Commit-Queue: Samuel Rawlins <srawlins@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-19 23:24:22 +00:00
Dan Rubel
bb076a20c5
Fix unsupported initializer exception
...
... and add a new ParserErrorCode.INVALID_INITIALIZER error code
Fix https://github.com/dart-lang/sdk/issues/37693
Change-Id: I0a30ad97f90aab35cd3af76d1546e1e78f1de2db
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113703
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Dan Rubel <danrubel@google.com >
2019-08-19 19:55:12 +00:00
Dan Rubel
3568f78fe7
ensure super constructor invocation param list not null during recovery
...
Fix https://github.com/dart-lang/sdk/issues/37735
Change-Id: I727cd7aeb141c5abb779b3c15f338f3d43f6541f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113702
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Dan Rubel <danrubel@google.com >
2019-08-19 18:34:32 +00:00
Dan Rubel
a984c5ce57
improve invalid string literal recovery to fix crash
...
Fix https://github.com/dart-lang/sdk/issues/37877
Change-Id: If9fe3d42659608bf7cd050de515ec41ca45a697b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113701
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Dan Rubel <danrubel@google.com >
2019-08-19 17:46:47 +00:00
Dan Rubel
bdd77cd0b2
Ensure function type param has non-null identifier
...
Fix https://github.com/dart-lang/sdk/issues/37733
Change-Id: I552d67aa048eeb5ae4417205f641d71ca7ecadd0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113700
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-19 17:46:47 +00:00
Brian Wilkerson
ed69e2dc35
Add a hint if extension methods are used with an sdk version constraint that does not support them
...
Also clean up some tests that were not correctly awaiting futures.
Change-Id: I646e24ec81edc3f2129ae8bacee5e0a0d0873981
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113272
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-19 17:44:52 +00:00
Konstantin Shcheglov
9b80826f84
Don't record dependencies on arguments if the instantiated class is not generic.
...
So, lifting a tiny bit of existing limitation of summary type inference.
Surprisingly this does not break build with summary1, but does break
one test with summary2. Probably with summary1 types are even more
broken, down to dynamic, so the types turn out to be compatible.
This passes internal tests with summary2 enabled.
https://test.corp.google.com/ui#id=OCL:263949410:BASE:263958385:1566144802009:6e0fe323
R=brianwilkerson@google.com , paulberry@google.com
Change-Id: I14a8c483778817053796fa1e047408dfb9ae3b2a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113620
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Reviewed-by: Paul Berry <paulberry@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-19 16:32:34 +00:00
Mike Fairhurst
0477f8df9e
Fix keyword infinite loop
...
Change-Id: I92bee9991400c229bbf665414a096efae72c14c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113126
Commit-Queue: Mike Fairhurst <mfairhurst@google.com >
Auto-Submit: Mike Fairhurst <mfairhurst@google.com >
Reviewed-by: Dan Rubel <danrubel@google.com >
2019-08-16 20:08:30 +00:00
Konstantin Shcheglov
e63768f76e
When summary2, use defaultType in instantiateToBounds().
...
R=brianwilkerson@google.com
Change-Id: I00690e8869ae9c019d875614f2d6ca580ebfbd5a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113215
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-15 21:48:22 +00:00
Konstantin Shcheglov
8b8c832287
Disable summary1 (pre)linking tests when useSummary2.
...
R=brianwilkerson@google.com
Change-Id: I64852cc28afd43dcc5a73016dfb69cb11a3db7f3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113222
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-15 19:41:11 +00:00
Brian Wilkerson
7d510c2eb3
Produce diagnostic when a static member of an extension is accessed via an instance
...
Change-Id: I9573f3fa339ad7be4e8965c9c15e9afbfbb2415a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113204
Reviewed-by: Paul Berry <paulberry@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-15 17:53:00 +00:00
Brian Wilkerson
05f119daee
Generate an error if a getter/setter pair declared in an extension have mismatched types (issue 37856)
...
Change-Id: I1dc6fdf861980921d47205aaa88febb09f27fb3d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113041
Reviewed-by: Paul Berry <paulberry@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-15 13:26:50 +00:00
Johnni Winther
024052f367
[cfe+dart2js+analyzer] Remove support for libs in id testing
...
We now have support for a test as a directory instead.
Change-Id: I3c43e2e57ecda8e3c9d97aa8842be7093c1df5ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113035
Reviewed-by: Jens Johansen <jensj@google.com >
Commit-Queue: Johnni Winther <johnniwinther@google.com >
2019-08-15 07:31:50 +00:00
Brian Wilkerson
02dc398b6e
Cover the invocation of a function-valued getter defined by an extension of a function type
...
Change-Id: I97b9a71d19c51879d38f72894eee888cb3b2716c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113080
Reviewed-by: Paul Berry <paulberry@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-14 18:41:08 +00:00
Paul Berry
c121c8b021
Change InterfaceTypeImpl optional arguments to named.
...
Change-Id: I8c2c3d03f0869703b211b30d55b07baf4f15d04a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112850
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-14 13:36:43 +00:00
Brian Wilkerson
32123b7d13
Add support for extensions on function types
...
Change-Id: I5f025df04d8c2558972ecbe1ec5cde48ae3d1735
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112940
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
2019-08-14 13:27:43 +00:00
Konstantin Shcheglov
37a483ef78
Set incorrectly referenced static element, and test CHANGE_TO_STATIC_ACCESS.
...
R=brianwilkerson@google.com
Change-Id: I8d479ccd17fc3f6429d7fa17bc4e78955194095d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112935
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-14 00:33:06 +00:00
Konstantin Shcheglov
1f5b6bca12
Search for extensions and their members.
...
R=brianwilkerson@google.com
Change-Id: I490c2b9a404de5d56b639b7e790560f98d426193
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112926
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-13 20:57:14 +00:00
Konstantin Shcheglov
e556e23bfc
Add getOverrideMember() to return the member with replaced type parmeters.
...
R=brianwilkerson@google.com
Change-Id: Id1daa5a15bca6c08b8412e7e9e5af5346b51b5df
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112941
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-13 18:47:04 +00:00
Konstantin Shcheglov
cd46a39bb7
Report TYPE_ARGUMENT_NOT_MATCHING_BOUNDS for extension overrides.
...
R=brianwilkerson@google.com
Change-Id: I1ad9c98707dbdb8b03c8b5bd014e9c174d365bcc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112860
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-13 13:47:10 +00:00
Paul Berry
09bee6ce12
Remove unused import
...
Change-Id: I73796a114cb90d8edc8d47e86a7e7d90ebe33d53
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112840
Commit-Queue: Paul Berry <paulberry@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
Auto-Submit: Paul Berry <paulberry@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-12 23:24:23 +00:00
Konstantin Shcheglov
f444374bb7
Report COULD_NOT_INFER when inference fails for ExtensionOverride.
...
R=brianwilkerson@google.com
Change-Id: Ibadc5deac6289216b3d1547b963a206560c64691
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112760
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-12 20:28:15 +00:00
Konstantin Shcheglov
721ff350c0
Extract TYPE_ARGUMENT_NOT_MATCHING_BOUNDS tests.
...
R=brianwilkerson@google.com
Change-Id: Icea3c1d158d54a5d5d08e8727618f3558760615c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112752
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-12 20:12:05 +00:00
Konstantin Shcheglov
22eaf081b4
Extract tests for CONFLICTING_STATIC_AND_INSTANCE into a separate file.
...
R=brianwilkerson@google.com
Change-Id: I986aafa016e9c72fbe19142be7c4f0c3d17d7e9a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112750
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-12 18:57:06 +00:00
Konstantin Shcheglov
d5d69883b9
More tests for DUPLICATE_DEFINITION in extensions, fixes for static fields.
...
R=brianwilkerson@google.com
Change-Id: Ib3657cd76d3edc06452618b7f7423163ada3a51d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112746
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-12 18:56:57 +00:00
Brian Wilkerson
22866b6a19
Add test of ambiguous exports to verify an edge case
...
Change-Id: I9c9e6019e314474c26165dee6a93eb35054389ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112748
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-12 18:33:15 +00:00
Brian Wilkerson
9eb2e8d111
Stop reporting duplicate diagnostics for other ambiguous extensions
...
Change-Id: Ia81c43f0ccd41aa09697b6f629fd1d5a3acd3923
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112643
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
2019-08-12 18:04:11 +00:00
Brian Wilkerson
e86ce41bcf
Rename a hint code to be consistent with similar codes
...
Change-Id: I916c97c2e3ef34f2cf8d613b2b192dcde96c87e7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112740
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-12 16:29:05 +00:00
Brian Wilkerson
c9126333ab
Rename misleading error codes
...
In all three cases, the if the element in question were not a const we'd
produce a different code, so "non-constant" is misleading.
Change-Id: If04fb4a91815612b47dd1357806bdfc2b047841b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112700
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-12 12:46:05 +00:00
Konstantin Shcheglov
357f8b7155
Extract and augment DUPLICATE_DEFINITION tests.
...
R=brianwilkerson@google.com
Change-Id: Idbf6db69ea51ec784b3a8bf94586ea4d535252d5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112681
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-10 20:57:45 +00:00
Brian Wilkerson
1dbcf2445a
Remove an unnecessary error code
...
Change-Id: Idb57f172535cd1233c0ffa4b4ac254c990ba75e3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112606
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-10 14:04:05 +00:00
Konstantin Shcheglov
9713ce16b9
Report EXTENSION_CONFLICTING_STATIC_AND_INSTANCE and DUPLICATE_DEFINITION for extensions.
...
R=brianwilkerson@google.com
Change-Id: I237ee3edc6a2196693638c12c59d1530a1f15152
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112605
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-09 23:09:25 +00:00
Konstantin Shcheglov
a244295301
Tests for AstRewriteVisitor.
...
R=brianwilkerson@google.com
Change-Id: I811b2722cb78572bfabdf1fe4dd2c766f128736e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112604
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-09 23:06:05 +00:00
Konstantin Shcheglov
0ee1633f40
Index references to extension methods.
...
R=brianwilkerson@google.com
Change-Id: I8a902ca0125f6ce42acf49f1b3f632cc8b037f52
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112620
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-09 19:52:01 +00:00
Konstantin Shcheglov
38ca3819cc
Don't include extended type into syntactic scope of extensions.
...
R=brianwilkerson@google.com
Change-Id: I794dbdcef97652d7a7f17421f733f21d2f157de4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112493
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-09 19:36:57 +00:00
Konstantin Shcheglov
b0d079a96b
Set context type for extension override receiver.
...
Change-Id: I9c32f67af8e934ac78c580c97174547278618bfe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112320
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-09 16:35:14 +00:00
Brian Wilkerson
0c727420c3
Stop reporting undefined method when there are ambiguous extension methods
...
If this approach looks reasonable, then I'll use it to also stop reporting
undefined getters and setters in the same way.
Change-Id: Ia46204558fef06d092c5465774846841802de1f9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112484
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-09 14:58:22 +00:00
Konstantin Shcheglov
559f7cd182
Fix selecting URI for import/export configuration with '== true'.
...
R=brianwilkerson@google.com
Change-Id: Ie18d5f76041342c6a42fd7b1f8a3be55a6e8adee
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112302
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-08 18:24:44 +00:00
Brian Wilkerson
7bde33139d
Add support for extensions to unused import detection
...
Change-Id: I211c769765293a35f371bd2b403b38ac5dcb3b14
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112280
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Phil Quitslund <pquitslund@google.com >
2019-08-08 12:40:40 +00:00
pq
59c63139d0
set thisType for functions and void types
...
Change-Id: I7886d02b982bd0303074cb4c2370a9bc72258d58
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112261
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-07 22:57:14 +00:00
Brian Wilkerson
06d4cd3284
Add tests to show that combinators work correctly with extensions
...
Change-Id: Ibe72662d70ff776153814aec960a8409117f0196
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112266
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Phil Quitslund <pquitslund@google.com >
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com >
2019-08-07 22:19:15 +00:00
Konstantin Shcheglov
31bb4df3ed
Move ExtensionOverride errors into resolveOverride().
...
R=brianwilkerson@google.com , pquitslund@google.com
Change-Id: Ia9dae5b461210c6fae40e9cf2d5282aa4fea3b3b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112262
Reviewed-by: Phil Quitslund <pquitslund@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
Commit-Queue: Konstantin Shcheglov <scheglov@google.com >
2019-08-07 20:28:05 +00:00
Konstantin Shcheglov
27783bd46b
Combine inference and choosing the most specific extension.
...
R=brianwilkerson@google.com , pquitslund@google.com
Change-Id: Idb69695611f777727c127aeb629e5b62e8112648
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112220
Reviewed-by: Phil Quitslund <pquitslund@google.com >
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2019-08-07 17:29:44 +00:00