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

Unified Diff: dart/lib/compiler/implementation/js/nodes.dart

Issue 10880040: Support abstract getters without parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update language.status Created 8 years, 4 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: dart/lib/compiler/implementation/js/nodes.dart
diff --git a/dart/lib/compiler/implementation/js/nodes.dart b/dart/lib/compiler/implementation/js/nodes.dart
index 9cb63683677915a6229c4111fe04734d8394ac11..02bce5b63e82dc86700128a2df26b41509396350 100644
--- a/dart/lib/compiler/implementation/js/nodes.dart
+++ b/dart/lib/compiler/implementation/js/nodes.dart
@@ -426,7 +426,7 @@ class LiteralStatement extends Statement {
}
abstract class Expression extends Node {
- abstract int get precedenceLevel();
+ abstract int get precedenceLevel;
}
class LiteralExpression extends Expression {
« no previous file with comments | « dart/lib/compiler/implementation/elements/elements.dart ('k') | dart/lib/compiler/implementation/scanner/keyword.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698