blob: 07c621e54a8fc416df975fe2af9ed8e9b69bcb03 [file] [log] [blame]
import "test13.dart";
import "test14.dart";
part 'test12_part1.dart';
part 'test12_part2.dart';
class Test12 {}
class SecondTest12 {
void foo(SecondTest12Part1 x) {}
}