Sign in
dart
/
sdk.git
/
refs/tags/2.17.0-189.0.dev
/
.
/
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
{}