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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/modelx.dart

Issue 17825002: Remove support for 'argument definitions test' from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove SentinelConstant. Created 7 years, 6 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: sdk/lib/_internal/compiler/implementation/elements/modelx.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
index 3d90f474348329da6ae6dbf1fa1eb2239fd5aa41..0d784568cd6b717a9b2c77eb9a97cb945327d2e3 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/modelx.dart
@@ -338,6 +338,8 @@ class ErroneousElementX extends ElementX implements ErroneousElement {
getLibrary() => enclosingElement.getLibrary();
+ computeTargetType(Compiler compiler, InterfaceType newType) => unsupported();
+
String toString() {
String n = name.slowToString();
return '<$n: ${messageKind.message(messageArguments)}>';

Powered by Google App Engine
This is Rietveld 408576698