53ecbfd999
Adding the whole dart:core as callable has certain size overhead and doing this by default prevents experimentation and fine-grained control. Bug: b/419727041 Change-Id: I7b24b3011ca07351dddf5a9e09292b5ecc6bde34 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/431580 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
10 lines
313 B
YAML
10 lines
313 B
YAML
# Copyright (c) 2024, 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.
|
|
|
|
callable:
|
|
- library: 'dart:core'
|
|
- library: 'shared/shared.dart'
|
|
class: 'B'
|
|
member: ''
|