blob: 6eb26e9b4f3e18f6843647aea1f22287bbd6b290 [file] [log] [blame]
// Copyright (c) 2021, 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.
import 'unresolved_prefix_access.dart' as prefix;
test() {
prefix.unresolved();
prefix?.test();
}
main() {}