blob: 4583abb68e7a41f70e271c632c92a5a5cc958891 [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() {}
}