blob: ffbc547e8f89797dbc8cd751f7413b8685986726 [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.
// @dart = 2.9
library Exports_A02_t01_lib2;
void foo2() {}
int bar2;
final bool boo2 = true;
class C2 {
C2() {}
}