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

Unified Diff: pkg/front_end/lib/src/fasta/builder/builder.dart

Issue 2765283002: Various errors on constant expressions. (Closed)
Patch Set: Update status files. Created 3 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 | « no previous file | pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/builder/builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/builder.dart b/pkg/front_end/lib/src/fasta/builder/builder.dart
index 02df166cb1ec6a2ca6ac37bdc606a145da874e57..1ac63cf5ad2111dfa2a1705e8a1916720fdddf83 100644
--- a/pkg/front_end/lib/src/fasta/builder/builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/builder.dart
@@ -162,12 +162,16 @@ abstract class Builder {
bool get isTypeDeclaration => false;
+ bool get isTypeVariable => false;
+
bool get isConstructor => false;
bool get isFactory => false;
bool get isLocal => false;
+ bool get isConst => false;
+
get target => internalError("Unsupported operation $runtimeType.");
bool get hasProblem => false;
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698