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

Unified Diff: tests/utils/dummy_compiler_test.dart

Issue 10942028: Support class and typedef literals as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address Peter's comments. Created 8 years, 1 month 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/utils/dummy_compiler_test.dart
diff --git a/tests/utils/dummy_compiler_test.dart b/tests/utils/dummy_compiler_test.dart
index 7389be8d65ec7ea45e3e58267089d660fc628876..7cb3991d4143ac6b240acd5bdb8cb4b7b59ec54e 100644
--- a/tests/utils/dummy_compiler_test.dart
+++ b/tests/utils/dummy_compiler_test.dart
@@ -15,7 +15,8 @@ Future<String> provider(Uri uri) {
} else if (uri.scheme == "lib") {
if (uri.path.endsWith("/core.dart")) {
source = """#library('core');
- class Object{}
+ class Object {}
+ class Type {}
class bool {}
class num {}
class int {}

Powered by Google App Engine
This is Rietveld 408576698