blob: 89cd239de9c9fba2fa632487d686ea58724fa56c [file] [log] [blame]
/*
* 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 Exports_A02_t01_lib2;
void foo2() {}
int bar2 = 2;
final bool boo2 = true;
class C2 {
C2() {}
}