blob: cb1475729360fdb00cb64fc7ae548550c3b6fd3f [file] [log] [blame]
// Copyright (c) 2022, 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.9
import 'main_lib1.dart';
import 'main_lib2.dart';
method1(Class1 c1a, List<Class1> c1b, Class2 c2a, List<Class2> c2b) {}
method2(Typedef1 t1a, List<Typedef1> t1b, Typedef2 t2a, List<Typedef2> t2b) {}
main() {}