cb7aa02116
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 Review URL: https://codereview.chromium.org/1771153002 .