commit | baa3f95fe4096b9b57b6df2eb600dcc710d2215f | [log] [tgz] |
---|---|---|
author | Leaf Petersen <leafp@google.com> | Fri Jan 27 18:05:03 2017 -0800 |
committer | William Hesse <whesse@google.com> | Tue Jan 31 23:23:00 2017 +0100 |
tree | 4d1f9a55bf4653a4d87267cc26ac3bd4462ee89a | |
parent | 042e45c91c84d7a444bc9f897b43b7d1485e91d7 [diff] |
Relax type bound restrictions slightly, apply to typedefs. This relaxes the restriction on raw types in bounds slightly, to allow parameterized types in bounds to be used without type arguments if their bounds are empty. This CL also fixes the error check for raw types in type bounds to apply to typedefs as well. BUG= R=scheglov@google.com Review-Url: https://codereview.chromium.org/2658303002 .
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
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.
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.