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

Unified Diff: tests/language/src/library12.dart

Issue 8428006: Fix prefix variable parse errors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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/src/library12.dart
diff --git a/tests/language/src/library12.dart b/tests/language/src/library12.dart
index 7a54d6a2a36476747e681286892ed3c6a5d8cfd5..379b96a2edaba059d17be6fcd587527c0a8649e6 100644
--- a/tests/language/src/library12.dart
+++ b/tests/language/src/library12.dart
@@ -8,6 +8,9 @@
#import("library11.dart");
class Library12 {
Library12(this.fld);
+ Library12.other(fld, multiplier) {
+ this.fld = fld*multiplier;
+ }
func() {
return 2;
}
« tests/language/src/Prefix17Test.dart ('K') | « tests/language/src/Prefix17Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698