blob: 30e7dc3d46bbdb1c531d088a47e56e05362ca3fc [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.
import '../elements/entities.dart';
abstract class NoSuchMethodData {
bool isComplex(FunctionEntity element);
}