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

Unified Diff: sdk/lib/_internal/compiler/implementation/tree/nodes.dart

Issue 11421221: Allow string juxtapositions in exports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test. Created 8 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: sdk/lib/_internal/compiler/implementation/tree/nodes.dart
diff --git a/sdk/lib/_internal/compiler/implementation/tree/nodes.dart b/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
index 6515a324fb8fb25aa130c2a00c0ea64607cc0578..8f463f828bf1d9f94430f081cce4f9c7ef7880a6 100644
--- a/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
+++ b/sdk/lib/_internal/compiler/implementation/tree/nodes.dart
@@ -1738,7 +1738,7 @@ class Import extends LibraryDependency {
class Export extends LibraryDependency {
final Token exportKeyword;
- Export(this.exportKeyword, LiteralString uri, NodeList combinators)
+ Export(this.exportKeyword, StringNode uri, NodeList combinators)
: super(uri, combinators);
bool get isExport => true;
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/scanner/listener.dart ('k') | tests/language/library_juxtaposition_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698