blob: 1ebe7fe41396c09084a4cf221fc5597718a93aa1 [file] [log] [blame]
// Copyright (c) 2023, 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.
class A extends Function {}
class B implements Function {}
class C with Function {}