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

Unified Diff: pkg/analyzer2dart/lib/src/modely.dart

Issue 865973008: TBR: Fix the build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer2dart/lib/src/modely.dart
diff --git a/pkg/analyzer2dart/lib/src/modely.dart b/pkg/analyzer2dart/lib/src/modely.dart
index 11ff7474870e6fcbd24c3fcb1c71a5b3a315a095..200a75bc5a4236b8febd845392c6e35b51e003ff 100644
--- a/pkg/analyzer2dart/lib/src/modely.dart
+++ b/pkg/analyzer2dart/lib/src/modely.dart
@@ -684,6 +684,9 @@ class ClassElementY extends TypeDeclarationElementY
@override
int get supertypeLoadState => unsupported('supertypeLoadState');
+
+ @override
+ dart2js.ConstructorElement lookupDefaultConstructor() => unsupported('lookupDefaultConstructor');
}
class TypedefElementY extends TypeDeclarationElementY
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698