dart-sdk/sdk
Florian Loitsch 2547caab25 Reapply "reflectType() dynamic type arguments support (#26012)"
This was a pull request: 8a8033a417

MirrorsUsed doesn't transitively include reflective information. However, it must still be able to create TypeMirrors for types that are used as return- or parameter types.

Initially, the patch checked that TypeMirrors had the correct number of arguments for generic types. This is now disabled.

A better approach would be to know if a class has full reflective information, or not. But this would require much bigger changes to the system.

R=sigmund@google.com

Review-Url: https://codereview.chromium.org/2615943004 .
2017-01-10 15:53:21 +01:00
..
bin Remove checked mode addition to sdk/bin/dart2js. 2016-12-29 15:46:33 -08:00
lib Reapply "reflectType() dynamic type arguments support (#26012)" 2017-01-10 15:53:21 +01:00
api_readme.md fix links in readme 2015-08-20 13:17:34 -07:00