1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Add DDC CHANGELOG entry intended for D24 release

Change-Id: I4420abd857b17f0135e7e879e9188843bb54f2b7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106022
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2019-06-13 22:48:57 +00:00 committed by commit-bot@chromium.org
parent a19611b079
commit 35519bb13a

View File

@ -111,6 +111,19 @@ class B<X> extends A<void Function(X)> {};
[35097]: https://github.com/dart-lang/sdk/issues/35097
### Dart for the Web
#### Dart Dev Compiler (DDC)
* Improve `NoSuchMethod` errors for failing dynamic calls. Now they include
specific information about the nature of the error such as:
* Attempting to call a null value.
* Calling an object instance with a null `call()` method.
* Passing too few or too many arguments.
* Passing incorrect named arguments.
* Passing too few or too many type arguments.
* Passing type arguments to a non-generic method.
### Tools
#### Linter