blob: 274be1884885dde92cfa7c0b3df2ee0e8abad698 [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
// interface_class_typedef_used_outside_error_test.dart.
interface class InterfaceClass {
int foo = 0;
}