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

Unified Diff: tests/language/lazy_static2_test.dart

Issue 10913133: Allow closures inside lazy initializers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test. Created 8 years, 2 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: tests/language/lazy_static2_test.dart
diff --git a/tests/language/lazy_static2_test.dart b/tests/language/lazy_static2_test.dart
index e422c300982a989713334fbc162ab3df2d2739a7..b06db04f603d951a771bb813bd2cfcbfc9ec0342 100644
--- a/tests/language/lazy_static2_test.dart
+++ b/tests/language/lazy_static2_test.dart
@@ -7,4 +7,4 @@ final x = (t) => t + 1;
main() {
Expect.equals(499, x(498));
Expect.equals(42, x(41));
-}
+}

Powered by Google App Engine
This is Rietveld 408576698