Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: lib/src/info.dart

Issue 1069493002: implement opassign, fix bugs in pre/postfix, introduce a let* helper (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698