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

Unified Diff: frog/leg/compiler.dart

Issue 9753001: super and this in compile-time constants. (Closed) Base URL: /home/flo/programming/dart2/../dart/dart@master
Patch Set: Address comments Created 8 years, 9 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
« no previous file with comments | « frog/leg/compile_time_constants.dart ('k') | samples/tests/samples/samples-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/compiler.dart
diff --git a/frog/leg/compiler.dart b/frog/leg/compiler.dart
index db4a50aa7c52c4cf3ad2169bcf9a8748c153f48b..cf51d9c135fb7be19bdad3a04e403b2701bb4e8c 100644
--- a/frog/leg/compiler.dart
+++ b/frog/leg/compiler.dart
@@ -401,7 +401,7 @@ class Compiler implements DiagnosticListener {
() => resolver.resolveSignature(element));
}
- Object compileVariable(VariableElement element) {
+ Constant compileVariable(VariableElement element) {
return withCurrentElement(element, () {
return constantHandler.compileVariable(element);
});
« no previous file with comments | « frog/leg/compile_time_constants.dart ('k') | samples/tests/samples/samples-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698