dart-sdk/tests/compiler
Erik Ernst d55adbed81 Add unit test on dart2js static analysis of method type parameters.
The new test is specifically for `dart2js --generic-method-syntax ..`,
executed programmatically using 'memory_compiler.dart'.
It verifies that each method type variable is treated as if it had
been an alias for `dynamic` (so the static analysis allows almost
all usages of these type variables, silently). Note that this behavior
is unlikely to be available with any other tools, and even `dart2js`
will behave differently when generic methods are implemented fully.
Hence, the new test will only be useful as-is during a transitional
period.

R=johnniwinther@google.com

Review URL: https://codereview.chromium.org/1939053002 .
2016-05-04 15:21:17 +02:00
..
dart2js Add unit test on dart2js static analysis of method type parameters. 2016-05-04 15:21:17 +02:00
dart2js_extra Fix for issue 26243 - illegal motion of assignments in instruction merging 2016-04-26 15:26:37 -07:00
dart2js_native dart2js: Adds support for custom elements in CPS. 2016-03-14 16:57:46 -07:00