Sign in
dart
/
sdk.git
/
521c6d2fed43c2077af2cd7a56d60d8ba8f27153
/
.
/
pkg
/
front_end
/
outline_extraction_testcases
/
part_01
/
test12_part1.dart
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
{}