No description
Find a file
Konstantin Shcheglov 5eea83396e Fix for out of scope type parameters in members.
...by always using the substituted type in members.

This might increase memory usage. However members are mosly used in
method bodies, and we now aggressively flush resolved ASTs from cache.

I don't see any noticeable increase on analyzer + analysis_server code.

R=brianwilkerson@google.com, paulberry@google.com
BUG=

Review URL: https://codereview.chromium.org/2351133004 .
2016-09-21 10:19:26 -07:00
build
client
docs/language
pkg Fix for out of scope type parameters in members. 2016-09-21 10:19:26 -07:00
runtime
samples
samples-dev
sdk
tests
third_party
tools Add dartium buildbot step to clear temp directory on Windows 2016-09-21 19:08:07 +02:00
utils
.gitattributes
.gitignore
.mailmap
.packages
.travis.yml
AUTHORS
CHANGELOG.md
codereview.settings
create_sdk.gyp
dart.gyp
DEPS Roll pub in DEPS to pick up test status change 2016-09-21 19:07:42 +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.

Building Dart

Learn how to get the source and prepare your machine to build the SDK.

There are more documents on our wiki.

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.