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; |