DescriptionType check for-in statements.
This does nominal checking on the iterable expression used in a for-in
statement:
1. It must implement Iterable.
2. The type argument to Iterable must be assignable to the variable's
type.
R=brianwilkerson@google.com, jmesserly@google.com
Committed: https://github.com/dart-lang/sdk/commit/cb7aa02116917259e72d53676e77f961698778fb
Patch Set 1 #
Total comments: 1
Patch Set 2 : Update to latest on master. #
Total comments: 8
Messages
Total messages: 8 (2 generated)
|