Files
sdk/pkg/kernel/runtime/reify
Kevin Moore 16f7f421df pkg:kernel - Fix three bugs identified by lints
Change-Id: I753153a9c8f5adeb9be516f60590bd3f33bc4923
Reviewed-on: https://dart-review.googlesource.com/c/88680
Reviewed-by: Kevin Millikin <kmillikin@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2019-01-08 14:54:05 +00:00
..

Runtime Support for Reified Generic Types

This subdirectory contains files used at runtime by the code generated by [../reify_transformer.dart].

The files in this directory can be imported by anyone, but files in this directory should be frugal about importing anything themselves. This is because this library is used by all programs that are tranformed and contributes to code size.