dart-sdk/tests/utils
Bob Nystrom cb7aa02116 Type 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

Review URL: https://codereview.chromium.org/1771153002 .
2016-03-08 11:25:49 -08:00
..
dart2js_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
dummy.dart Update library syntax and fix test status. 2012-11-08 18:33:17 +00:00
dummy_compiler_test.dart Introduce "platform configurations" to replace categories and libraries.dart. 2015-11-02 13:02:25 +01:00
recursive_import_test.dart Remove Compiler.assembledCode. 2015-01-06 11:06:23 +00:00
source_mirrors_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
test_utils.dart Remove deprecated Strings class. 2013-02-19 13:57:03 +00:00
utils.status Type check for-in statements. 2016-03-08 11:25:49 -08:00