dart-sdk/docs/language
Erik Ernst 614ae7f362 Integrated covariant parameter feature specs.
Also updated spec on the static and dynamic types of functions literals
and static functions along with the function objects obtained from
closurizations of them.

Introduced a separate notion of what it means to be a correct override
relation (where the old text used subtyping, which won't suffice, for
several reasons).

Introduced the notion of interfaces as a separate kind of entity that
contains method signatures (again, a new kind of entity), thus
clarifying exactly which pieces of information is available during
static analysis of member accesses, e.g., instance method invocations.

Introduced 'combined' interfaces; they are needed for `mixin`
declarations, and we will specify them soon (so it should be OK to
have them now, even though they are unused).

Change-Id: I6347df49b1aa7a81d74e25904ee75c19e8ac6930
Reviewed-on: https://dart-review.googlesource.com/c/81263
Reviewed-by: Leaf Petersen <leafp@google.com>
2018-11-22 13:07:59 +00:00
..
informal Integrated covariant parameter feature specs. 2018-11-22 13:07:59 +00:00
.gitignore Cleaned up some terminology, whitespace, and added index. 2018-11-02 12:11:41 +00:00
Dart.g Introduced support for metadata on enum values 2018-05-09 08:27:08 +00:00
dart.sty Integrated covariant parameter feature specs. 2018-11-22 13:07:59 +00:00
dartLangSpec.tex Integrated covariant parameter feature specs. 2018-11-22 13:07:59 +00:00
Makefile Cleaned up some terminology, whitespace, and added index. 2018-11-02 12:11:41 +00:00