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

Unified Diff: lib/compiler/implementation/lib/errors.dart

Issue 10855174: Lazy implementation of final variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments and move some code from compiler to backend. Created 8 years, 3 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: lib/compiler/implementation/lib/errors.dart
diff --git a/lib/compiler/implementation/lib/errors.dart b/lib/compiler/implementation/lib/errors.dart
index 319abc9e6538df5d40ae58d057ddbd7bc3704d05..f125cb2c813541f8233403f2022122de763b1d6d 100644
--- a/lib/compiler/implementation/lib/errors.dart
+++ b/lib/compiler/implementation/lib/errors.dart
@@ -2,6 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// TODO(4910): Shouldn't this file be in the coreimpl and not the core
+// library?
+
class TypeErrorImplementation implements TypeError {
final String msg;
const TypeErrorImplementation(String this.msg);

Powered by Google App Engine
This is Rietveld 408576698