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

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart

Issue 8948001: Updates dartc to recognize 'default' keyword on interface and updated factory method syntax (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Got rid of some problems. Created 9 years 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: compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
index 62ea0d17336e8d3d2d8468984516051dbdbc1643..37619d832c17dd2b2b0813615fbd4804a8e4f20b 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
+++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/my.dart
@@ -21,7 +21,7 @@ main() {
var f = Other3.field;
// Reference SomeClass via new, and SomeClassImpl transitively.
- var sc = new SomeClass();
+ var sc = new SomeClass(1);
ahe 2011/12/15 09:02:13 I assume SomeClass exists.
zundel 2011/12/16 21:36:29 Some where... in another file pulled in from my.ap
var msg = sc.message;
// Reference global var defined in myother0.dart

Powered by Google App Engine
This is Rietveld 408576698