Chromium Code Reviews| Index: lib/src/info.dart |
| diff --git a/lib/src/info.dart b/lib/src/info.dart |
| index 209362f93186bcdd28bc58ff37e1490cebba767c..2ddd34f835bb87edff940f6006a9bc212fb6b3d3 100644 |
| --- a/lib/src/info.dart |
| +++ b/lib/src/info.dart |
| @@ -165,6 +165,7 @@ abstract class Conversion extends Expression with StaticInfo { |
| DartType get baseType => rules.getStaticType(expression); |
| DartType get convertedType => _convertedType; |
| + DartType get staticType => _convertedType; |
| DartType _getConvertedType(); |