Skip to content

Commit

Permalink
Revised all spec occurrences of "dynamic error"/"dynamic type error"
Browse files Browse the repository at this point in the history
.. and checked that they can occur also in Dart 2; added a comment
about why this is so, on each of them. Also, got rid of the term
"run-time error": the majority of references to errors at run time
were "dynamic error", and now that is the term used everywhere.

Cf. dart-lang/sdk#34521.

Change-Id: I7579c84a8d52199524770fb91c64804173ed533d
Reviewed-on: https://dart-review.googlesource.com/c/90243
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
  • Loading branch information
eernstg committed Jan 21, 2019
1 parent c709e8c commit 4e63a8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions subtyping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Dart 2.0 Static and Runtime Subtyping

leafp@google.com

**Status**: This document has been integrated into the language specification.
Also, an updated version taking non-null types into account exists
[here](https://github.com/dart-lang/language/blob/master/resources/type-system/subtyping.md).

**Contents of this document**: Deleted.

0 comments on commit 4e63a8a

Please sign in to comment.