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

Unified Diff: sdk/lib/_internal/compiler/implementation/js/precedence.dart

Issue 11361118: Use new library/import syntax in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: sdk/lib/_internal/compiler/implementation/js/precedence.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js/precedence.dart b/sdk/lib/_internal/compiler/implementation/js/precedence.dart
index 0a548f12ad64d5ca2358920707a527a50aea3569..6d66f1fca5a74c22b24aad9058cede3588202aed 100644
--- a/sdk/lib/_internal/compiler/implementation/js/precedence.dart
+++ b/sdk/lib/_internal/compiler/implementation/js/precedence.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library("precedence");
+library precedence;
const EXPRESSION = 0;
const ASSIGNMENT = EXPRESSION + 1;
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/filenames.dart ('k') | sdk/lib/_internal/compiler/implementation/source_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698