blob: b60e76e3d486eb612d93877f331e4ea19e80f319 [file] [log] [blame]
# 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.
entry_point: a1.dart
sources:
a1.dart: |
import 'a2.dart' as ext;
void stopHere() {
ext.foo();
}
a2.dart: |
void foo() {}
definitions: []
definition_types: []
type_definitions: []
type_bounds: []
type_defaults: []
method: "stopHere"
expression: |
ext.foo()