c409e77d1e
TEST=pkg/front_end/testcases/general/dynamic_modules Change-Id: I591d029ed163961f5ece859233874f828d63c857 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/388442 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
26 lines
713 B
YAML
26 lines
713 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.
|
|
extendable:
|
|
- library: 'shared/shared.dart'
|
|
class: 'Base'
|
|
# TODO(sigmund): This should be included by default
|
|
- library: 'dart:core'
|
|
class: 'Object'
|
|
|
|
callable:
|
|
# TODO(sigmund): This should be included by default
|
|
- library: 'dart:core'
|
|
class: 'Object'
|
|
- library: 'dart:core'
|
|
class: 'int'
|
|
- library: 'dart:core'
|
|
class: 'pragma'
|
|
member: '_'
|
|
- library: 'dart:core'
|
|
member: 'override'
|
|
|
|
can-be-overridden:
|
|
- library: 'shared/shared.dart'
|
|
class: 'Base'
|