blob: 44473fff93328385862211e96f20bac6e652556b [file] [log] [blame]
part of "test12.dart";
class Test12Part1 {
void foo(Test12 x) {}
void bar(Test12Part2 x) {}
void baz(Test13 x) {}
}
class SecondTest12Part1 {}