blob: e76872a3cdba515157f4cbdf10ddc70b2e4f2cf6 [file] [log] [blame]
// Copyright (c) 2019, 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 = %VERSION_MARKER0%
import 'package:foo/foo.dart';
import 'package:foo/foo_with_part.dart';
/*library: languageVersion=%VERSION_MARKER0%*/
main() {
foo();
fooWithPart();
}