| OLD | NEW |
| 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 // See CTConst4Test.dart | 4 // See CTConst4Test.dart |
| 5 | 5 |
| 6 #library("CTConst4Lib"); | 6 #library("CTConst4Lib"); |
| 7 | 7 |
| 8 final B = 1; | 8 final B = 1; |
| OLD | NEW |