53219f95e6
This change introduces the dynamic_call test in pkg/dynamic_modules. TEST=pkg/dynamic_modules/test/data/dynamic_call Change-Id: I2425fd7925b2d7e66f919ceaaa102f4950e3a712 Bug: b/448095881 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/498301 Commit-Queue: Sigmund Cherem <sigmund@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
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/lib.dart'
|
|
- library: 'package:expect/expect.dart'
|
|
|
|
dynamically-callable:
|
|
- library: 'shared/lib.dart'
|
|
class: 'A1'
|
|
member: 'm1'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A1'
|
|
member: 'get:g2'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A1'
|
|
member: 'set:s3'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A1'
|
|
member: 'm4'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A1'
|
|
member: 'f1'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A1'
|
|
member: 'f2'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A3'
|
|
member: 'm9'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A5'
|
|
member: 'm12'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A5'
|
|
member: 'm13'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A7'
|
|
member: 'm17'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A7'
|
|
member: 'm18'
|
|
|
|
extendable:
|
|
- library: 'shared/lib.dart'
|
|
class: ['A5', 'A7']
|
|
|
|
can-be-overridden:
|
|
- library: 'shared/lib.dart'
|
|
class: 'A5'
|
|
- library: 'shared/lib.dart'
|
|
class: 'A7'
|