dart-sdk/docs/language
Erik Ernst 62e67d7277 Adjusted instantiate-to-bound.md such that it covers type aliases
The existing version covers generic classes only, but we should
use exactly the same rules for parameterized type aliases, which was
actually already specified in all the nested cases (e.g., `A` would mean
`A<F<dynamic>>` with the declarations `typedef F<X> = X Function();` and
`class A<X extends F<X>> {}`, but there were no rules for a plain `F`).

A rendered version corresponding to patchset 3 is available here:
https://gist.github.com/eernstg/6deffcde2cbe79f8ba499b3aac950900

Change-Id: Ic265ccc736c65361919e860b1ab7ecb947c2c066
Reviewed-on: https://dart-review.googlesource.com/c/76660
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
2018-10-03 10:49:32 +00:00
..
informal Adjusted instantiate-to-bound.md such that it covers type aliases 2018-10-03 10:49:32 +00:00
.gitignore Clarify that global/local/static functions can also be closurized 2018-05-04 13:57:15 +00:00
Dart.g Introduced support for metadata on enum values 2018-05-09 08:27:08 +00:00
dart.sty Adjusted spec to use package syntax, thus eliminating bnf.sty 2018-09-20 11:12:14 +00:00
dartLangSpec.tex Adjusted terminology to emphasize "compile-time constant" in commentary 2018-09-28 12:54:23 +00:00
Makefile Specify behavior of e?.v++ and e?.v-- 2015-06-11 15:01:06 -07:00