No description
Find a file
Paul Berry 12696cafe9 Fix a corner case of constant constructor dependency computation.
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
2015-06-08 11:23:32 -07:00
client
docs/language
pkg Fix a corner case of constant constructor dependency computation. 2015-06-08 11:23:32 -07:00
runtime Fix http://dartbug.com/23578: 2015-06-07 17:57:34 +02:00
samples
samples-dev
sdk dart2js: Do not emit type metadata for fields declared in non-reflectable classes. 2015-06-08 15:35:25 +02:00
site/try
tests dart2js cps: Type casts and related changes to type propagation. 2015-06-08 17:02:47 +02:00
third_party
tools Remove obsolete file 2015-06-08 06:45:21 -07:00
utils
.gitignore
.mailmap
AUTHORS
CHANGELOG.md
codereview.settings
create_sdk.gyp
dart.gyp
DEPS Change a few github repo dependencies to use the GOB mirror 2015-06-08 19:24:29 +02:00
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.