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>
15 lines
441 B
YAML
15 lines
441 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: 'main.dart'
|
|
class: 'B'
|
|
member: ''
|
|
# TODO(sigmund): This should be included by default
|
|
- library: 'dart:core'
|
|
class: 'Object'
|
|
- library: 'dart:core'
|
|
class: 'pragma'
|
|
member: '_'
|