blob: 9780f157a2cf1b53cad597def666e57fa9fb1633 [file] [log] [blame]
// Copyright (c) 2022, 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.
// Other-library declarations used by
// base_class_typedef_used_outside_error_test.dart.
base class BaseClass {
int foo = 0;
}