Chromium Code Reviews| Index: runtime/lib/type_patch.dart |
| =================================================================== |
| --- runtime/lib/type_patch.dart (revision 31085) |
| +++ runtime/lib/type_patch.dart (working copy) |
| @@ -13,6 +13,10 @@ |
| class _Type extends _AbstractType { |
| } |
| +// Equivalent of RawTypeRef. |
| +class _TypeRef extends _AbstractType { |
| +} |
| + |
| // Equivalent of RawTypeParameter. |
| class _TypeParameter extends _AbstractType { |
| } |