blob: b8faf96149f9625f1bd0eb460c88687aac5d5f1e [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
// sealed_class_typedef_used_outside_test.dart.
sealed class SealedClass {
int foo = 0;
}