blob: 8cab462c17f441d3b41d01c9a4721bdb46fe5957 [file] [log] [blame]
// Copyright (c) 2015, 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.
// @dart = 2.7
/*member: foo:OutputUnit(1, {lib})*/
foo() {
return "loaded";
}