blob: 13b612708f4d3fb5e549f14dc8089efabab92526 [file] [log] [blame]
// Copyright (c) 2020, 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.
// Set version of this file (not technically in package) explicitly to test as
// much as possibly separately.
// @dart = 2.4
import 'package:foo/foo.dart';
/*library:
languageVersion=2.4,
packageUri=package:foo
*/
main() {
var result = foo();
print(result);
}