mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
No description
12696cafe9
If a constant constructor does not contain an explicit call to super(), and the base class lacks an explicit constructor, we need to avoid marking the implicit base class constructor as a dependency, since it is non-const. (Note: this shouldn't occur very often in real-world usage since is a compile-time error, but we still need to be able to analyze it without throwing an exception). Fixes the following test when the new task model is switched on: co19/Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t02 R=brianwilkerson@google.com Review URL: https://codereview.chromium.org//1168563004 |
||
---|---|---|
client | ||
docs/language | ||
pkg | ||
runtime | ||
samples | ||
samples-dev | ||
sdk | ||
site/try | ||
tests | ||
third_party | ||
tools | ||
utils | ||
.gitignore | ||
.mailmap | ||
AUTHORS | ||
CHANGELOG.md | ||
codereview.settings | ||
create_sdk.gyp | ||
dart.gyp | ||
DEPS | ||
LICENSE | ||
PATENTS | ||
PRESUBMIT.py | ||
README.dart-sdk | ||
README.md | ||
WATCHLISTS |
Dart
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
Using Dart
Visit the dartlang.org to learn more about the language, tools, getting started, and more.
Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.
Contributing to Dart
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.
License
See LICENSE.