| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| // 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 Imports_lib; | |
| final foo = 1; | |
| final foo0 = 2; | |
| var someVar = 3; | |
| var _privateVar; | |
| var hide = "hide"; | |
| var show = "show"; |