blob: 07a25980850b935f591d1bb9cb37e1f83d8009f8 [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.
/*library: languageVersion=2.8*/
import 'foo/bin/bin_file.dart';
import 'foo/test/test_file.dart';
import 'package:collection/foo.dart';
main() {
method1();
method2();
method3();
}