mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
be9a3043aa
On a switch fall through error, Fasta currently generates ``` throw new core::FallThroughError::•(); ``` which generates the error-message via the VM: ``` 'null': Switch case fall-through at line null. ``` This introduces a new constructor taking a url and a linenumber, which then can give a better error message. BUG= R=ahe@google.com Review-Url: https://codereview.chromium.org/2951453002 . |
||
---|---|---|
.. | ||
analysis_server | ||
analyzer | ||
analyzer_cli | ||
analyzer_plugin | ||
async_helper | ||
browser | ||
compiler | ||
dart_messages | ||
dev_compiler | ||
expect | ||
front_end | ||
js | ||
js_ast | ||
kernel | ||
lookup_map | ||
meta | ||
microlytics | ||
testing | ||
typed_mock | ||
.gitignore | ||
BUILD.gn | ||
pkg.status | ||
pkg_files.gyp |